morriszms commited on
Commit
88aa115
1 Parent(s): 2940866

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -32,8 +32,16 @@ This repo contains GGUF format model files for [kevin1010607/llama2-7b-sft-full-
32
 
33
  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).
34
 
 
 
 
 
 
 
 
35
  ## Prompt template
36
 
 
37
  ```
38
  <s>[INST] <<SYS>>
39
  {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
- | [llama2-7b-sft-full-llama2-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
50
- | [llama2-7b-sft-full-llama2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
51
- | [llama2-7b-sft-full-llama2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
52
- | [llama2-7b-sft-full-llama2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
53
- | [llama2-7b-sft-full-llama2-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
- | [llama2-7b-sft-full-llama2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
55
- | [llama2-7b-sft-full-llama2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
56
- | [llama2-7b-sft-full-llama2-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
- | [llama2-7b-sft-full-llama2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
58
- | [llama2-7b-sft-full-llama2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
59
- | [llama2-7b-sft-full-llama2-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
60
- | [llama2-7b-sft-full-llama2-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/tree/main/llama2-7b-sft-full-llama2-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
61
 
62
 
63
  ## Downloading instruction
 
32
 
33
  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).
34
 
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <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;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
  ## Prompt template
43
 
44
+
45
  ```
46
  <s>[INST] <<SYS>>
47
  {system_prompt}
 
54
 
55
  | Filename | Quant type | File Size | Description |
56
  | -------- | ---------- | --------- | ----------- |
57
+ | [llama2-7b-sft-full-llama2-Q2_K.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [llama2-7b-sft-full-llama2-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
59
+ | [llama2-7b-sft-full-llama2-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
60
+ | [llama2-7b-sft-full-llama2-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
61
+ | [llama2-7b-sft-full-llama2-Q4_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [llama2-7b-sft-full-llama2-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
63
+ | [llama2-7b-sft-full-llama2-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
64
+ | [llama2-7b-sft-full-llama2-Q5_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [llama2-7b-sft-full-llama2-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
66
+ | [llama2-7b-sft-full-llama2-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
67
+ | [llama2-7b-sft-full-llama2-Q6_K.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
68
+ | [llama2-7b-sft-full-llama2-Q8_0.gguf](https://huggingface.co/tensorblock/llama2-7b-sft-full-llama2-GGUF/blob/main/llama2-7b-sft-full-llama2-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
69
 
70
 
71
  ## Downloading instruction