Llamacpp quants
Browse files- .gitattributes +23 -0
- README.md +100 -0
- llama3-turbcat-instruct-8b-IQ2_M.gguf +3 -0
- llama3-turbcat-instruct-8b-IQ2_S.gguf +3 -0
- llama3-turbcat-instruct-8b-IQ2_XS.gguf +3 -0
- llama3-turbcat-instruct-8b-IQ3_M.gguf +3 -0
- llama3-turbcat-instruct-8b-IQ3_XS.gguf +3 -0
- llama3-turbcat-instruct-8b-IQ3_XXS.gguf +3 -0
- llama3-turbcat-instruct-8b-IQ4_XS.gguf +3 -0
- llama3-turbcat-instruct-8b-Q2_K.gguf +3 -0
- llama3-turbcat-instruct-8b-Q3_K_L.gguf +3 -0
- llama3-turbcat-instruct-8b-Q3_K_M.gguf +3 -0
- llama3-turbcat-instruct-8b-Q3_K_S.gguf +3 -0
- llama3-turbcat-instruct-8b-Q4_K_L.gguf +3 -0
- llama3-turbcat-instruct-8b-Q4_K_M.gguf +3 -0
- llama3-turbcat-instruct-8b-Q4_K_S.gguf +3 -0
- llama3-turbcat-instruct-8b-Q5_K_L.gguf +3 -0
- llama3-turbcat-instruct-8b-Q5_K_M.gguf +3 -0
- llama3-turbcat-instruct-8b-Q5_K_S.gguf +3 -0
- llama3-turbcat-instruct-8b-Q6_K.gguf +3 -0
- llama3-turbcat-instruct-8b-Q6_K_L.gguf +3 -0
- llama3-turbcat-instruct-8b-Q8_0.gguf +3 -0
- llama3-turbcat-instruct-8b-Q8_0_L.gguf +3 -0
- llama3-turbcat-instruct-8b-f32.gguf +3 -0
- llama3-turbcat-instruct-8b.imatrix +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,26 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
llama3-turbcat-instruct-8b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
llama3-turbcat-instruct-8b-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
llama3-turbcat-instruct-8b-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
llama3-turbcat-instruct-8b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
llama3-turbcat-instruct-8b-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
llama3-turbcat-instruct-8b-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
llama3-turbcat-instruct-8b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
llama3-turbcat-instruct-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
llama3-turbcat-instruct-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
llama3-turbcat-instruct-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
llama3-turbcat-instruct-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
llama3-turbcat-instruct-8b-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
48 |
+
llama3-turbcat-instruct-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
49 |
+
llama3-turbcat-instruct-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
50 |
+
llama3-turbcat-instruct-8b-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
51 |
+
llama3-turbcat-instruct-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
52 |
+
llama3-turbcat-instruct-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
53 |
+
llama3-turbcat-instruct-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
54 |
+
llama3-turbcat-instruct-8b-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
55 |
+
llama3-turbcat-instruct-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
56 |
+
llama3-turbcat-instruct-8b-Q8_0_L.gguf filter=lfs diff=lfs merge=lfs -text
|
57 |
+
llama3-turbcat-instruct-8b-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
58 |
+
llama3-turbcat-instruct-8b.imatrix filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
quantized_by: bartowski
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
---
|
6 |
+
|
7 |
+
## Llamacpp imatrix Quantizations of llama3-turbcat-instruct-8b
|
8 |
+
|
9 |
+
Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3197">b3197</a> for quantization.
|
10 |
+
|
11 |
+
Original model: https://huggingface.co/turboderp/llama3-turbcat-instruct-8b
|
12 |
+
|
13 |
+
All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
|
14 |
+
|
15 |
+
## Prompt format
|
16 |
+
|
17 |
+
```
|
18 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
19 |
+
|
20 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
21 |
+
|
22 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
23 |
+
|
24 |
+
|
25 |
+
```
|
26 |
+
|
27 |
+
## Download a file (not the whole branch) from below:
|
28 |
+
|
29 |
+
| Filename | Quant type | File Size | Description |
|
30 |
+
| -------- | ---------- | --------- | ----------- |
|
31 |
+
| [llama3-turbcat-instruct-8b-Q8_0_L.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q8_1.gguf) | Q8_0_L | 9.52GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Extremely high quality, generally unneeded but max available quant. |
|
32 |
+
| [llama3-turbcat-instruct-8b-Q8_0.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q8_0.gguf) | Q8_0 | 8.54GB | Extremely high quality, generally unneeded but max available quant. |
|
33 |
+
| [llama3-turbcat-instruct-8b-Q6_K_L.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q6_K_L.gguf) | Q6_K_L | 7.83GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Very high quality, near perfect, *recommended*. |
|
34 |
+
| [llama3-turbcat-instruct-8b-Q6_K.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q6_K.gguf) | Q6_K | 6.59GB | Very high quality, near perfect, *recommended*. |
|
35 |
+
| [llama3-turbcat-instruct-8b-Q5_K_L.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q5_K_L.gguf) | Q5_K_L | 7.04GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. High quality, *recommended*. |
|
36 |
+
| [llama3-turbcat-instruct-8b-Q5_K_M.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q5_K_M.gguf) | Q5_K_M | 5.73GB | High quality, *recommended*. |
|
37 |
+
| [llama3-turbcat-instruct-8b-Q5_K_S.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q5_K_S.gguf) | Q5_K_S | 5.59GB | High quality, *recommended*. |
|
38 |
+
| [llama3-turbcat-instruct-8b-Q4_K_L.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q4_K_L.gguf) | Q4_K_L | 6.29GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Good quality, uses about 4.83 bits per weight, *recommended*. |
|
39 |
+
| [llama3-turbcat-instruct-8b-Q4_K_M.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q4_K_M.gguf) | Q4_K_M | 4.92GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
|
40 |
+
| [llama3-turbcat-instruct-8b-Q4_K_S.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q4_K_S.gguf) | Q4_K_S | 4.69GB | Slightly lower quality with more space savings, *recommended*. |
|
41 |
+
| [llama3-turbcat-instruct-8b-IQ4_XS.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ4_XS.gguf) | IQ4_XS | 4.44GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
|
42 |
+
| [llama3-turbcat-instruct-8b-Q3_K_XL.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF//main/llama3-turbcat-instruct-8b-Q3_K_XL.gguf) | Q3_K_XL | | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Lower quality but usable, good for low RAM availability. |
|
43 |
+
| [llama3-turbcat-instruct-8b-Q3_K_L.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q3_K_L.gguf) | Q3_K_L | 4.32GB | Lower quality but usable, good for low RAM availability. |
|
44 |
+
| [llama3-turbcat-instruct-8b-Q3_K_M.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q3_K_M.gguf) | Q3_K_M | 4.01GB | Even lower quality. |
|
45 |
+
| [llama3-turbcat-instruct-8b-IQ3_M.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ3_M.gguf) | IQ3_M | 3.78GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
|
46 |
+
| [llama3-turbcat-instruct-8b-Q3_K_S.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q3_K_S.gguf) | Q3_K_S | 3.66GB | Low quality, not recommended. |
|
47 |
+
| [llama3-turbcat-instruct-8b-IQ3_XS.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ3_XS.gguf) | IQ3_XS | 3.51GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
|
48 |
+
| [llama3-turbcat-instruct-8b-IQ3_XXS.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ3_XXS.gguf) | IQ3_XXS | 3.27GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
|
49 |
+
| [llama3-turbcat-instruct-8b-Q2_K.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-Q2_K.gguf) | Q2_K | 3.17GB | Very low quality but surprisingly usable. |
|
50 |
+
| [llama3-turbcat-instruct-8b-IQ2_M.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ2_M.gguf) | IQ2_M | 2.94GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
|
51 |
+
| [llama3-turbcat-instruct-8b-IQ2_S.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ2_S.gguf) | IQ2_S | 2.75GB | Very low quality, uses SOTA techniques to be usable. |
|
52 |
+
| [llama3-turbcat-instruct-8b-IQ2_XS.gguf](https://huggingface.co/bartowski/llama3-turbcat-instruct-8b-GGUF/blob/main/llama3-turbcat-instruct-8b-IQ2_XS.gguf) | IQ2_XS | 2.60GB | Very low quality, uses SOTA techniques to be usable. |
|
53 |
+
|
54 |
+
## Downloading using huggingface-cli
|
55 |
+
|
56 |
+
First, make sure you have hugginface-cli installed:
|
57 |
+
|
58 |
+
```
|
59 |
+
pip install -U "huggingface_hub[cli]"
|
60 |
+
```
|
61 |
+
|
62 |
+
Then, you can target the specific file you want:
|
63 |
+
|
64 |
+
```
|
65 |
+
huggingface-cli download bartowski/llama3-turbcat-instruct-8b-GGUF --include "llama3-turbcat-instruct-8b-Q4_K_M.gguf" --local-dir ./
|
66 |
+
```
|
67 |
+
|
68 |
+
If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run:
|
69 |
+
|
70 |
+
```
|
71 |
+
huggingface-cli download bartowski/llama3-turbcat-instruct-8b-GGUF --include "llama3-turbcat-instruct-8b-Q8_0.gguf/*" --local-dir llama3-turbcat-instruct-8b-Q8_0
|
72 |
+
```
|
73 |
+
|
74 |
+
You can either specify a new local-dir (llama3-turbcat-instruct-8b-Q8_0) or download them all in place (./)
|
75 |
+
|
76 |
+
## Which file should I choose?
|
77 |
+
|
78 |
+
A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
|
79 |
+
|
80 |
+
The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have.
|
81 |
+
|
82 |
+
If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM.
|
83 |
+
|
84 |
+
If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total.
|
85 |
+
|
86 |
+
Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
|
87 |
+
|
88 |
+
If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M.
|
89 |
+
|
90 |
+
If you want to get more into the weeds, you can check out this extremely useful feature chart:
|
91 |
+
|
92 |
+
[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
|
93 |
+
|
94 |
+
But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size.
|
95 |
+
|
96 |
+
These I-quants can also be used on CPU and Apple Metal, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
|
97 |
+
|
98 |
+
The I-quants are *not* compatible with Vulcan, which is also AMD, so if you have an AMD card double check if you're using the rocBLAS build or the Vulcan build. At the time of writing this, LM Studio has a preview with ROCm support, and other inference engines have specific builds for ROCm.
|
99 |
+
|
100 |
+
Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
|
llama3-turbcat-instruct-8b-IQ2_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26732958106a538fa489218d708fc29a10fb7d9021276eefa36f7b87251f092a
|
3 |
+
size 2948281024
|
llama3-turbcat-instruct-8b-IQ2_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f08e8acbaf9bbc19f54d5c4df6747e3c4fba7fc230f36d685b3d3d7ee861796
|
3 |
+
size 2758488768
|
llama3-turbcat-instruct-8b-IQ2_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ecd64254f7e3487d93f48dfae27a029575b8affcdd1989d731576aa28bafe1
|
3 |
+
size 2605781696
|
llama3-turbcat-instruct-8b-IQ3_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db3b24bc7fc37b0fe2080b0a63f0938303dd02442be8c85cbb9d5ead67e5b192
|
3 |
+
size 3784823488
|
llama3-turbcat-instruct-8b-IQ3_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f4bcdd2c43d96f12f95c857836c73747e2220c9b249ab7776027fe48c8f66d0
|
3 |
+
size 3518747328
|
llama3-turbcat-instruct-8b-IQ3_XXS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e73f86e01c2f3a2bca6f17f0701e43f36b477242373aef91591c2e069e3ba20
|
3 |
+
size 3274912448
|
llama3-turbcat-instruct-8b-IQ4_XS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:521cd2138b956728437419637f1ab4757de908051d5fc2c785967e89a5de1ad8
|
3 |
+
size 4447662784
|
llama3-turbcat-instruct-8b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eeb113b86788cf8c2f39b688101bca4bdac7bb7bf4672e59c1833378189179fd
|
3 |
+
size 3179131584
|
llama3-turbcat-instruct-8b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d12a5b53761efff741dcbe064829f958c72e1d4828dd2940f5a78b0f7b9c81e1
|
3 |
+
size 4321956544
|
llama3-turbcat-instruct-8b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb85bd258b01fd8bf5c55a17f941f52e1c7bb39613cd195bacf0d5866f47560a
|
3 |
+
size 4018918080
|
llama3-turbcat-instruct-8b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4254e071d5d97454d8dd6973c56d690a39e580a820bcc4b3b0a917d2420bc340
|
3 |
+
size 3664499392
|
llama3-turbcat-instruct-8b-Q4_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:211944526a79bcfd06a8b6256f64d84d5cb42b585650ce684a98b657a76fcef6
|
3 |
+
size 6295638720
|
llama3-turbcat-instruct-8b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9a36e3220d901a8ad80c75608a81aaeed3a9cdf111247462bf5e3443aad5461
|
3 |
+
size 4920734400
|
llama3-turbcat-instruct-8b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3024cddb4fe3db5c2917740d7aa7748adaf2939d4b6abde382790fb7caae032a
|
3 |
+
size 4692669120
|
llama3-turbcat-instruct-8b-Q5_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d78a2e517d0660d40f47015e07de4aad8acee8cc293b32577dce9d61345df08
|
3 |
+
size 7042224832
|
llama3-turbcat-instruct-8b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8138b845afb15b5f15506a03e8a90b470a5fc6463940d890a8d3a2bb761dda47
|
3 |
+
size 5732987584
|
llama3-turbcat-instruct-8b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b92e5d7e18324a222b995e6f125e13734f8499ebca89c130a5523afb86655c1
|
3 |
+
size 5599294144
|
llama3-turbcat-instruct-8b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26f610d75ca38c6c4657b466af734aefb1cda9e53d7381c5c77ede8a870a9c49
|
3 |
+
size 6596006592
|
llama3-turbcat-instruct-8b-Q6_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b23bdb767a0082914e3a90750d7b515f4a828bf9438f3900074f59e4d8eaa3dd
|
3 |
+
size 7835472576
|
llama3-turbcat-instruct-8b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e874b80415fe298a1a829b5a09a78d87e86126ce408e195bb731194e0e5620d
|
3 |
+
size 8540771008
|
llama3-turbcat-instruct-8b-Q8_0_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4340bd9e8fd1766c4652ad06704174813a8255826c702837fda4926080ffaed6
|
3 |
+
size 9525777088
|
llama3-turbcat-instruct-8b-f32.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:290d8aa3fb6ecb68ccd6d2626d4ac5685d063dcfdddcc279dbbdacea28e17ba0
|
3 |
+
size 32128881056
|
llama3-turbcat-instruct-8b.imatrix
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20369369f3a4504f528cbe07d7fc7fd3602a34df52b4556680d22f2d898c270b
|
3 |
+
size 4988171
|