morriszms commited on
Commit
6977ca3
1 Parent(s): c9af1c4

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 [sronger/ko-llm-llama-2-7b-chat2]
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
 
29
  ```
@@ -32,18 +40,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
32
 
33
  | Filename | Quant type | File Size | Description |
34
  | -------- | ---------- | --------- | ----------- |
35
- | [ko-llm-llama-2-7b-chat2-Q2_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q2_K.gguf) | Q2_K | 0.221 GB | smallest, significant quality loss - not recommended for most purposes |
36
- | [ko-llm-llama-2-7b-chat2-Q3_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q3_K_S.gguf) | Q3_K_S | 0.259 GB | very small, high quality loss |
37
- | [ko-llm-llama-2-7b-chat2-Q3_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q3_K_M.gguf) | Q3_K_M | 0.284 GB | very small, high quality loss |
38
- | [ko-llm-llama-2-7b-chat2-Q3_K_L.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q3_K_L.gguf) | Q3_K_L | 0.306 GB | small, substantial quality loss |
39
- | [ko-llm-llama-2-7b-chat2-Q4_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q4_0.gguf) | Q4_0 | 0.333 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
- | [ko-llm-llama-2-7b-chat2-Q4_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q4_K_S.gguf) | Q4_K_S | 0.335 GB | small, greater quality loss |
41
- | [ko-llm-llama-2-7b-chat2-Q4_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q4_K_M.gguf) | Q4_K_M | 0.355 GB | medium, balanced quality - recommended |
42
- | [ko-llm-llama-2-7b-chat2-Q5_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q5_0.gguf) | Q5_0 | 0.402 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
- | [ko-llm-llama-2-7b-chat2-Q5_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q5_K_S.gguf) | Q5_K_S | 0.402 GB | large, low quality loss - recommended |
44
- | [ko-llm-llama-2-7b-chat2-Q5_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q5_K_M.gguf) | Q5_K_M | 0.414 GB | large, very low quality loss - recommended |
45
- | [ko-llm-llama-2-7b-chat2-Q6_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q6_K.gguf) | Q6_K | 0.476 GB | very large, extremely low quality loss |
46
- | [ko-llm-llama-2-7b-chat2-Q8_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/tree/main/ko-llm-llama-2-7b-chat2-Q8_0.gguf) | Q8_0 | 0.617 GB | very large, extremely low quality loss - not recommended |
47
 
48
 
49
  ## 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
 
37
  ```
 
40
 
41
  | Filename | Quant type | File Size | Description |
42
  | -------- | ---------- | --------- | ----------- |
43
+ | [ko-llm-llama-2-7b-chat2-Q2_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q2_K.gguf) | Q2_K | 0.221 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [ko-llm-llama-2-7b-chat2-Q3_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q3_K_S.gguf) | Q3_K_S | 0.259 GB | very small, high quality loss |
45
+ | [ko-llm-llama-2-7b-chat2-Q3_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q3_K_M.gguf) | Q3_K_M | 0.284 GB | very small, high quality loss |
46
+ | [ko-llm-llama-2-7b-chat2-Q3_K_L.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q3_K_L.gguf) | Q3_K_L | 0.306 GB | small, substantial quality loss |
47
+ | [ko-llm-llama-2-7b-chat2-Q4_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q4_0.gguf) | Q4_0 | 0.333 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [ko-llm-llama-2-7b-chat2-Q4_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q4_K_S.gguf) | Q4_K_S | 0.335 GB | small, greater quality loss |
49
+ | [ko-llm-llama-2-7b-chat2-Q4_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q4_K_M.gguf) | Q4_K_M | 0.355 GB | medium, balanced quality - recommended |
50
+ | [ko-llm-llama-2-7b-chat2-Q5_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q5_0.gguf) | Q5_0 | 0.402 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [ko-llm-llama-2-7b-chat2-Q5_K_S.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q5_K_S.gguf) | Q5_K_S | 0.402 GB | large, low quality loss - recommended |
52
+ | [ko-llm-llama-2-7b-chat2-Q5_K_M.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q5_K_M.gguf) | Q5_K_M | 0.414 GB | large, very low quality loss - recommended |
53
+ | [ko-llm-llama-2-7b-chat2-Q6_K.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q6_K.gguf) | Q6_K | 0.476 GB | very large, extremely low quality loss |
54
+ | [ko-llm-llama-2-7b-chat2-Q8_0.gguf](https://huggingface.co/tensorblock/ko-llm-llama-2-7b-chat2-GGUF/blob/main/ko-llm-llama-2-7b-chat2-Q8_0.gguf) | Q8_0 | 0.617 GB | very large, extremely low quality loss - not recommended |
55
 
56
 
57
  ## Downloading instruction