morriszms commited on
Commit
d0028d0
·
verified ·
1 Parent(s): a1a168f

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ deepseek-llm-7b-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-llm-7b-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-llm-7b-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-llm-7b-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-llm-7b-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-llm-7b-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-llm-7b-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepseek-llm-7b-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepseek-llm-7b-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepseek-llm-7b-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepseek-llm-7b-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepseek-llm-7b-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: deepseek
4
+ license_link: LICENSE
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: deepseek-ai/deepseek-llm-7b-base
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## deepseek-ai/deepseek-llm-7b-base - GGUF
23
+
24
+ This repo contains GGUF format model files for [deepseek-ai/deepseek-llm-7b-base](https://huggingface.co/deepseek-ai/deepseek-llm-7b-base).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [deepseek-llm-7b-base-Q2_K.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q2_K.gguf) | Q2_K | 2.718 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [deepseek-llm-7b-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q3_K_S.gguf) | Q3_K_S | 3.138 GB | very small, high quality loss |
46
+ | [deepseek-llm-7b-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q3_K_M.gguf) | Q3_K_M | 3.461 GB | very small, high quality loss |
47
+ | [deepseek-llm-7b-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q3_K_L.gguf) | Q3_K_L | 3.746 GB | small, substantial quality loss |
48
+ | [deepseek-llm-7b-base-Q4_0.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q4_0.gguf) | Q4_0 | 4.000 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [deepseek-llm-7b-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q4_K_S.gguf) | Q4_K_S | 4.025 GB | small, greater quality loss |
50
+ | [deepseek-llm-7b-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q4_K_M.gguf) | Q4_K_M | 4.223 GB | medium, balanced quality - recommended |
51
+ | [deepseek-llm-7b-base-Q5_0.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q5_0.gguf) | Q5_0 | 4.811 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [deepseek-llm-7b-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q5_K_S.gguf) | Q5_K_S | 4.811 GB | large, low quality loss - recommended |
53
+ | [deepseek-llm-7b-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q5_K_M.gguf) | Q5_K_M | 4.926 GB | large, very low quality loss - recommended |
54
+ | [deepseek-llm-7b-base-Q6_K.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q6_K.gguf) | Q6_K | 5.673 GB | very large, extremely low quality loss |
55
+ | [deepseek-llm-7b-base-Q8_0.gguf](https://huggingface.co/tensorblock/deepseek-llm-7b-base-GGUF/blob/main/deepseek-llm-7b-base-Q8_0.gguf) | Q8_0 | 7.347 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/deepseek-llm-7b-base-GGUF --include "deepseek-llm-7b-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/deepseek-llm-7b-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
deepseek-llm-7b-base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22280c0e7246c63666b1dc81452898103fa74c3268161e657b567b0efec0c7be
3
+ size 2718422368
deepseek-llm-7b-base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2e734c09aa22e7999635ad1743d0cfcd44ef16a327664dfcc05e3134475c0f
3
+ size 3746272608
deepseek-llm-7b-base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10bb100f073a52e4abf6116c669e497c2a18151d49a76165bec3a7a8bb1a65a8
3
+ size 3461191008
deepseek-llm-7b-base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbba544d4eee14d0e9806ee8fbc04944fdf5b912e10909673cc35be0a82a75c
3
+ size 3138016608
deepseek-llm-7b-base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e31ad1ce6fc974f579809c39e274cf60dc76796e15af67837fb67a6994acfc
3
+ size 4000060768
deepseek-llm-7b-base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b23f0249c7e14b0e8ec99d0d526260d9ca5f4ae8bb9edef219e3b8a210a8a5
3
+ size 4223358304
deepseek-llm-7b-base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:531504292312926d0d7cbcdfe32337a83e6be5b42ca1e95f754e3872932456b1
3
+ size 4025357664
deepseek-llm-7b-base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370960b167170c7c27caab4bc881cf479501242f70f8c9807dad0eeaf390f42e
3
+ size 4811396448
deepseek-llm-7b-base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df2b4d74e779d47357a4a0c760bf04155eefa67ac38e88fb432f30767a14b270
3
+ size 4926428512
deepseek-llm-7b-base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7d732aae5248beea2b384b40c29bd4a4bfc00d65b21ad4fd9ff32dc85ddffe
3
+ size 4811396448
deepseek-llm-7b-base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2167d65e2b5b65c6008f1338f533cc9ef6a5c6931c954f29eb0e4a1234285958
3
+ size 5673440608
deepseek-llm-7b-base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9592e77d2b8ecfb9eb4e7e52bb71893b901a00a19516afdd79383a1cd2c65b
3
+ size 7346984288