morriszms commited on
Commit
ac1511f
1 Parent(s): 0a5c5ad

Update README.md

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