GGUF
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
011fb77
1 Parent(s): 5abdaee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -29,8 +29,16 @@ This repo contains GGUF format model files for [TinyLlama/TinyLlama-1.1B-Chat-v0
29
 
30
  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).
31
 
 
 
 
 
 
 
 
32
  ## Prompt template
33
 
 
34
  ```
35
 
36
  ```
@@ -39,18 +47,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
39
 
40
  | Filename | Quant type | File Size | Description |
41
  | -------- | ---------- | --------- | ----------- |
42
- | [TinyLlama-1.1B-Chat-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
43
- | [TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
44
- | [TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
45
- | [TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
46
- | [TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
- | [TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
48
- | [TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
49
- | [TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
- | [TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
51
- | [TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
52
- | [TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
53
- | [TinyLlama-1.1B-Chat-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/tree/main/TinyLlama-1.1B-Chat-v0.1-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
54
 
55
 
56
  ## Downloading instruction
 
29
 
30
  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).
31
 
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
  ## Prompt template
40
 
41
+
42
  ```
43
 
44
  ```
 
47
 
48
  | Filename | Quant type | File Size | Description |
49
  | -------- | ---------- | --------- | ----------- |
50
+ | [TinyLlama-1.1B-Chat-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
52
+ | [TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
53
+ | [TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
54
+ | [TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
56
+ | [TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
57
+ | [TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
59
+ | [TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
60
+ | [TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
61
+ | [TinyLlama-1.1B-Chat-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-Chat-v0.1-GGUF/blob/main/TinyLlama-1.1B-Chat-v0.1-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
62
 
63
 
64
  ## Downloading instruction