morriszms commited on
Commit
e8c2e6d
·
verified ·
1 Parent(s): 5cf77ce

Update README.md

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