morriszms commited on
Commit
ee9d52c
1 Parent(s): 09c225d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -25,8 +25,16 @@ This repo contains GGUF format model files for [Changgil/K2S3-SOLAR-11b-v1.0](ht
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
  ## Prompt template
29
 
 
30
  ```
31
 
32
  ```
@@ -35,18 +43,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
35
 
36
  | Filename | Quant type | File Size | Description |
37
  | -------- | ---------- | --------- | ----------- |
38
- | [K2S3-SOLAR-11b-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q2_K.gguf) | Q2_K | 3.829 GB | smallest, significant quality loss - not recommended for most purposes |
39
- | [K2S3-SOLAR-11b-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.454 GB | very small, high quality loss |
40
- | [K2S3-SOLAR-11b-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q3_K_M.gguf) | Q3_K_M | 4.948 GB | very small, high quality loss |
41
- | [K2S3-SOLAR-11b-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q3_K_L.gguf) | Q3_K_L | 5.372 GB | small, substantial quality loss |
42
- | [K2S3-SOLAR-11b-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q4_0.gguf) | Q4_0 | 5.776 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
43
- | [K2S3-SOLAR-11b-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q4_K_S.gguf) | Q4_K_S | 5.819 GB | small, greater quality loss |
44
- | [K2S3-SOLAR-11b-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q4_K_M.gguf) | Q4_K_M | 6.139 GB | medium, balanced quality - recommended |
45
- | [K2S3-SOLAR-11b-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q5_0.gguf) | Q5_0 | 7.021 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
46
- | [K2S3-SOLAR-11b-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q5_K_S.gguf) | Q5_K_S | 7.021 GB | large, low quality loss - recommended |
47
- | [K2S3-SOLAR-11b-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q5_K_M.gguf) | Q5_K_M | 7.208 GB | large, very low quality loss - recommended |
48
- | [K2S3-SOLAR-11b-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q6_K.gguf) | Q6_K | 8.344 GB | very large, extremely low quality loss |
49
- | [K2S3-SOLAR-11b-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/tree/main/K2S3-SOLAR-11b-v1.0-Q8_0.gguf) | Q8_0 | 10.807 GB | very large, extremely low quality loss - not recommended |
50
 
51
 
52
  ## Downloading instruction
 
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
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
  ## Prompt template
36
 
37
+
38
  ```
39
 
40
  ```
 
43
 
44
  | Filename | Quant type | File Size | Description |
45
  | -------- | ---------- | --------- | ----------- |
46
+ | [K2S3-SOLAR-11b-v1.0-Q2_K.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q2_K.gguf) | Q2_K | 3.829 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [K2S3-SOLAR-11b-v1.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q3_K_S.gguf) | Q3_K_S | 4.454 GB | very small, high quality loss |
48
+ | [K2S3-SOLAR-11b-v1.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q3_K_M.gguf) | Q3_K_M | 4.948 GB | very small, high quality loss |
49
+ | [K2S3-SOLAR-11b-v1.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q3_K_L.gguf) | Q3_K_L | 5.372 GB | small, substantial quality loss |
50
+ | [K2S3-SOLAR-11b-v1.0-Q4_0.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q4_0.gguf) | Q4_0 | 5.776 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [K2S3-SOLAR-11b-v1.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q4_K_S.gguf) | Q4_K_S | 5.819 GB | small, greater quality loss |
52
+ | [K2S3-SOLAR-11b-v1.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q4_K_M.gguf) | Q4_K_M | 6.139 GB | medium, balanced quality - recommended |
53
+ | [K2S3-SOLAR-11b-v1.0-Q5_0.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q5_0.gguf) | Q5_0 | 7.021 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [K2S3-SOLAR-11b-v1.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q5_K_S.gguf) | Q5_K_S | 7.021 GB | large, low quality loss - recommended |
55
+ | [K2S3-SOLAR-11b-v1.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q5_K_M.gguf) | Q5_K_M | 7.208 GB | large, very low quality loss - recommended |
56
+ | [K2S3-SOLAR-11b-v1.0-Q6_K.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q6_K.gguf) | Q6_K | 8.344 GB | very large, extremely low quality loss |
57
+ | [K2S3-SOLAR-11b-v1.0-Q8_0.gguf](https://huggingface.co/tensorblock/K2S3-SOLAR-11b-v1.0-GGUF/blob/main/K2S3-SOLAR-11b-v1.0-Q8_0.gguf) | Q8_0 | 10.807 GB | very large, extremely low quality loss - not recommended |
58
 
59
 
60
  ## Downloading instruction