morriszms commited on
Commit
07b3c10
·
verified ·
1 Parent(s): 8c063e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -22,8 +22,16 @@ This repo contains GGUF format model files for [StatPan/all-you-need-is](https:/
22
 
23
  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).
24
 
 
 
 
 
 
 
 
25
  ## Prompt template
26
 
 
27
  ```
28
  ### System:
29
  {system_prompt}
@@ -38,18 +46,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
38
 
39
  | Filename | Quant type | File Size | Description |
40
  | -------- | ---------- | --------- | ----------- |
41
- | [all-you-need-is-Q2_K.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
42
- | [all-you-need-is-Q3_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
43
- | [all-you-need-is-Q3_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
44
- | [all-you-need-is-Q3_K_L.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
45
- | [all-you-need-is-Q4_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
- | [all-you-need-is-Q4_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
47
- | [all-you-need-is-Q4_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
48
- | [all-you-need-is-Q5_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
- | [all-you-need-is-Q5_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
50
- | [all-you-need-is-Q5_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
51
- | [all-you-need-is-Q6_K.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
52
- | [all-you-need-is-Q8_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
53
 
54
 
55
  ## Downloading instruction
 
22
 
23
  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).
24
 
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
  ## Prompt template
33
 
34
+
35
  ```
36
  ### System:
37
  {system_prompt}
 
46
 
47
  | Filename | Quant type | File Size | Description |
48
  | -------- | ---------- | --------- | ----------- |
49
+ | [all-you-need-is-Q2_K.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [all-you-need-is-Q3_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
51
+ | [all-you-need-is-Q3_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
52
+ | [all-you-need-is-Q3_K_L.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
53
+ | [all-you-need-is-Q4_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [all-you-need-is-Q4_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
55
+ | [all-you-need-is-Q4_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
56
+ | [all-you-need-is-Q5_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [all-you-need-is-Q5_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
58
+ | [all-you-need-is-Q5_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
59
+ | [all-you-need-is-Q6_K.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
60
+ | [all-you-need-is-Q8_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/blob/main/all-you-need-is-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
61
 
62
 
63
  ## Downloading instruction