GGUF
TensorBlock
GGUF
morriszms commited on
Commit
d6ec9e1
·
verified ·
1 Parent(s): 20e7771

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
+ Walter-Llama-1B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Walter-Llama-1B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Walter-Llama-1B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Walter-Llama-1B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Walter-Llama-1B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Walter-Llama-1B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Walter-Llama-1B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Walter-Llama-1B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Walter-Llama-1B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Walter-Llama-1B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Walter-Llama-1B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Walter-Llama-1B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - KnutJaegersberg/Auton
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: KnutJaegersberg/Walter-Llama-1B
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
+ ## KnutJaegersberg/Walter-Llama-1B - GGUF
23
+
24
+ This repo contains GGUF format model files for [KnutJaegersberg/Walter-Llama-1B](https://huggingface.co/KnutJaegersberg/Walter-Llama-1B).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](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
+ | [Walter-Llama-1B-Q2_K.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [Walter-Llama-1B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
46
+ | [Walter-Llama-1B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
47
+ | [Walter-Llama-1B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
48
+ | [Walter-Llama-1B-Q4_0.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [Walter-Llama-1B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
50
+ | [Walter-Llama-1B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
51
+ | [Walter-Llama-1B-Q5_0.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [Walter-Llama-1B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
53
+ | [Walter-Llama-1B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
54
+ | [Walter-Llama-1B-Q6_K.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
55
+ | [Walter-Llama-1B-Q8_0.gguf](https://huggingface.co/tensorblock/Walter-Llama-1B-GGUF/blob/main/Walter-Llama-1B-Q8_0.gguf) | Q8_0 | 1.089 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/Walter-Llama-1B-GGUF --include "Walter-Llama-1B-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/Walter-Llama-1B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
Walter-Llama-1B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0fffa3a81840062c0092889f66a6d85c4c63063515a617663171f9962ee5b99
3
+ size 432130944
Walter-Llama-1B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1c5a5995476afeb79ed23ff39a1a374e797752e588f7645b984d9b97e948705
3
+ size 591526784
Walter-Llama-1B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2312affd8f10088e960c002121b3104f7112e8b341978dfd246f5626e2b220a
3
+ size 548404096
Walter-Llama-1B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec1a02d5dfeb6235589be3a34f627e3829ffe40aefeea568f991c90263c72959
3
+ size 499342208
Walter-Llama-1B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:285c7289c2f145500bb833b4cdf37428a82898bb9b6ca308e55ad40a5d878506
3
+ size 636726144
Walter-Llama-1B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da7eb436b45b3a63c9062e26c6bae072fb08b3dd8b0af1c15c9b1fc4a6d0939d
3
+ size 667814784
Walter-Llama-1B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001e9d92d3101035f5ec5f8f36cbcb068ad997c79d06948914a910365c5f3dea
3
+ size 639871872
Walter-Llama-1B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:239ef40407ac40fb7caa781232273796fb38670b40684267628635fc47304245
3
+ size 766028672
Walter-Llama-1B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f48fbade7b018b19ba5b86afea10d2ee586be4b29b50e54c30ed8caa16654ea3
3
+ size 782044032
Walter-Llama-1B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dea4b4f846e2dad05a7a5acb503cc442e5752980b64a5a4239d759b6c1a7601b
3
+ size 766028672
Walter-Llama-1B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:878b09398aae720b5b522c64c61a1aff4a78aceed2f6470f71bb1de742a74f83
3
+ size 903412608
Walter-Llama-1B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88cb294139d6caf83a7fb8cb13d040b05f403a27c691039f5225e1d47512ff4b
3
+ size 1169808256