GGUF
TensorBlock
GGUF
morriszms commited on
Commit
79a11f0
·
verified ·
1 Parent(s): 034d2b1

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
+ open_llama_3b_v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ open_llama_3b_v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ open_llama_3b_v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ open_llama_3b_v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ open_llama_3b_v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ open_llama_3b_v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ open_llama_3b_v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ open_llama_3b_v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ open_llama_3b_v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ open_llama_3b_v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ open_llama_3b_v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ open_llama_3b_v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - tiiuae/falcon-refinedweb
5
+ - bigcode/starcoderdata
6
+ - togethercomputer/RedPajama-Data-1T
7
+ base_model: typeof/open_llama_3b_v2
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## typeof/open_llama_3b_v2 - GGUF
25
+
26
+ This repo contains GGUF format model files for [typeof/open_llama_3b_v2](https://huggingface.co/typeof/open_llama_3b_v2).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [open_llama_3b_v2-Q2_K.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q2_K.gguf) | Q2_K | 1.980 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [open_llama_3b_v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q3_K_S.gguf) | Q3_K_S | 1.980 GB | very small, high quality loss |
48
+ | [open_llama_3b_v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q3_K_M.gguf) | Q3_K_M | 2.139 GB | very small, high quality loss |
49
+ | [open_llama_3b_v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q3_K_L.gguf) | Q3_K_L | 2.215 GB | small, substantial quality loss |
50
+ | [open_llama_3b_v2-Q4_0.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q4_0.gguf) | Q4_0 | 1.980 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [open_llama_3b_v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q4_K_S.gguf) | Q4_K_S | 2.403 GB | small, greater quality loss |
52
+ | [open_llama_3b_v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q4_K_M.gguf) | Q4_K_M | 2.580 GB | medium, balanced quality - recommended |
53
+ | [open_llama_3b_v2-Q5_0.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q5_0.gguf) | Q5_0 | 2.395 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [open_llama_3b_v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q5_K_S.gguf) | Q5_K_S | 2.603 GB | large, low quality loss - recommended |
55
+ | [open_llama_3b_v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q5_K_M.gguf) | Q5_K_M | 2.757 GB | large, very low quality loss - recommended |
56
+ | [open_llama_3b_v2-Q6_K.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q6_K.gguf) | Q6_K | 3.642 GB | very large, extremely low quality loss |
57
+ | [open_llama_3b_v2-Q8_0.gguf](https://huggingface.co/tensorblock/open_llama_3b_v2-GGUF/blob/main/open_llama_3b_v2-Q8_0.gguf) | Q8_0 | 3.642 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/open_llama_3b_v2-GGUF --include "open_llama_3b_v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/open_llama_3b_v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
open_llama_3b_v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9385b18f306567cef3f3c12a176883296b639c96c017d056e53b4011d96ee7
3
+ size 1979925088
open_llama_3b_v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb63f13a28fdaaf9d99d0f5dc7186bc5d29dcb6623bbb8cd7eed4ce3fc1075ce
3
+ size 2214549088
open_llama_3b_v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c76a1c619d37c344705f2d2875b92baea502a8066704b4d8b6ab95129a267d2
3
+ size 2139349088
open_llama_3b_v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebb14cc21512ed3fe33f701f695ce8011379c70a764a3121f07e0cc0cbef0702
3
+ size 1979925088
open_llama_3b_v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cd70b9dfe994a957cb0ad0afbb1360a17e2275efbca6b2c187dec7255dd4f24
3
+ size 1979925088
open_llama_3b_v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d47d2c8a2198f82b4a544528bc90916190e7ce5b6320eee0ac943c9456e4ee40
3
+ size 2580117088
open_llama_3b_v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b5f468d87f5358a2548974c7de943d7f776970626a4c7a0b7f18f16b644dfb
3
+ size 2403157088
open_llama_3b_v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e00917f035c4390c0752f49f6bb39f3367ad0e917459aa86450a6391f466e85
3
+ size 2395413088
open_llama_3b_v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f96d7d698812fe347e0ea15df97a75c23c7044d8c00de0f1b44cb33ebeeb2f50
3
+ size 2757077088
open_llama_3b_v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95111a096eca3c91867bf2e21da8586159b773852a4df8b200169da571385f23
3
+ size 2603157088
open_llama_3b_v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2abd01f443a20fd315a6cd5e3315e793e85e16dee282b34558c1aafcf55b7ac7
3
+ size 3641877088
open_llama_3b_v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09ddf005f7d54659002ea735174431372dea79b2168b6e7f462d7c0eb387c77f
3
+ size 3641877088