morriszms commited on
Commit
33a77bf
1 Parent(s): 99809b1

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 [ytu-ce-cosmos/Turkish-Llama-8b-v
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
 
37
  ```
@@ -40,18 +48,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
40
 
41
  | Filename | Quant type | File Size | Description |
42
  | -------- | ---------- | --------- | ----------- |
43
- | [Turkish-Llama-8b-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
44
- | [Turkish-Llama-8b-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
45
- | [Turkish-Llama-8b-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
46
- | [Turkish-Llama-8b-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
47
- | [Turkish-Llama-8b-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
- | [Turkish-Llama-8b-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
49
- | [Turkish-Llama-8b-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
50
- | [Turkish-Llama-8b-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
- | [Turkish-Llama-8b-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
52
- | [Turkish-Llama-8b-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
53
- | [Turkish-Llama-8b-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
54
- | [Turkish-Llama-8b-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/tree/main/Turkish-Llama-8b-v0.1-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
55
 
56
 
57
  ## 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
 
45
  ```
 
48
 
49
  | Filename | Quant type | File Size | Description |
50
  | -------- | ---------- | --------- | ----------- |
51
+ | [Turkish-Llama-8b-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [Turkish-Llama-8b-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
53
+ | [Turkish-Llama-8b-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
54
+ | [Turkish-Llama-8b-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
55
+ | [Turkish-Llama-8b-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [Turkish-Llama-8b-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
57
+ | [Turkish-Llama-8b-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
58
+ | [Turkish-Llama-8b-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [Turkish-Llama-8b-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
60
+ | [Turkish-Llama-8b-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
61
+ | [Turkish-Llama-8b-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
62
+ | [Turkish-Llama-8b-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Turkish-Llama-8b-v0.1-GGUF/blob/main/Turkish-Llama-8b-v0.1-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
63
 
64
 
65
  ## Downloading instruction