morriszms commited on
Commit
7f1615b
·
verified ·
1 Parent(s): a5d8e31

Update README.md

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