Text Generation
Transformers
GGUF
Inference Endpoints
nitsuai bartowski commited on
Commit
4efd2d5
0 Parent(s):

Duplicate from bartowski/llama-3-neural-chat-v1-8b-GGUF

Browse files

Co-authored-by: Bartowski <bartowski@users.noreply.huggingface.co>

.gitattributes ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz 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
+ llama-3-neural-chat-v1-8b-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3-neural-chat-v1-8b-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3-neural-chat-v1-8b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3-neural-chat-v1-8b-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3-neural-chat-v1-8b-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3-neural-chat-v1-8b-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3-neural-chat-v1-8b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3-neural-chat-v1-8b-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3-neural-chat-v1-8b-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3-neural-chat-v1-8b-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3-neural-chat-v1-8b-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3-neural-chat-v1-8b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ llama-3-neural-chat-v1-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
49
+ llama-3-neural-chat-v1-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
50
+ llama-3-neural-chat-v1-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
51
+ llama-3-neural-chat-v1-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
52
+ llama-3-neural-chat-v1-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
53
+ llama-3-neural-chat-v1-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
54
+ llama-3-neural-chat-v1-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
55
+ llama-3-neural-chat-v1-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
56
+ llama-3-neural-chat-v1-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
57
+ llama-3-neural-chat-v1-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
58
+ llama-3-neural-chat-v1-8b.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: other
4
+ datasets:
5
+ - mlabonne/orpo-dpo-mix-40k
6
+ - Open-Orca/SlimOrca-Dedup
7
+ - jondurbin/airoboros-3.2
8
+ - microsoft/orca-math-word-problems-200k
9
+ - m-a-p/Code-Feedback
10
+ - MaziyarPanahi/WizardLM_evol_instruct_V2_196k
11
+ base_model: meta-llama/Meta-Llama-3-8B
12
+ quantized_by: bartowski
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+ ## Llamacpp iMatrix Quantizations of llama-3-neural-chat-v1-8b
17
+
18
+ This model has the <|eot_id|> token set to not-special, which seems to work better with current inference engines.
19
+
20
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> fork from pcuenca <a href="https://github.com/pcuenca/llama.cpp/tree/llama3-conversion">llama3-conversion</a> for quantization.
21
+
22
+ Original model: https://huggingface.co/Locutusque/llama-3-neural-chat-v1-8b
23
+
24
+ All quants made using imatrix option with dataset provided by Kalomaze [here](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
25
+
26
+ ## Prompt format
27
+
28
+ ```
29
+ <|im_start|>system
30
+ {system_prompt}<|im_end|>
31
+ <|im_start|>user
32
+ {prompt}<|im_end|>
33
+ <|im_start|>assistant
34
+
35
+ ```
36
+
37
+ ## Download a file (not the whole branch) from below:
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [llama-3-neural-chat-v1-8b-Q8_0.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q8_0.gguf) | Q8_0 | 8.54GB | Extremely high quality, generally unneeded but max available quant. |
42
+ | [llama-3-neural-chat-v1-8b-Q6_K.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q6_K.gguf) | Q6_K | 6.59GB | Very high quality, near perfect, *recommended*. |
43
+ | [llama-3-neural-chat-v1-8b-Q5_K_M.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q5_K_M.gguf) | Q5_K_M | 5.73GB | High quality, *recommended*. |
44
+ | [llama-3-neural-chat-v1-8b-Q5_K_S.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q5_K_S.gguf) | Q5_K_S | 5.59GB | High quality, *recommended*. |
45
+ | [llama-3-neural-chat-v1-8b-Q4_K_M.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q4_K_M.gguf) | Q4_K_M | 4.92GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
46
+ | [llama-3-neural-chat-v1-8b-Q4_K_S.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q4_K_S.gguf) | Q4_K_S | 4.69GB | Slightly lower quality with more space savings, *recommended*. |
47
+ | [llama-3-neural-chat-v1-8b-IQ4_NL.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ4_NL.gguf) | IQ4_NL | 4.67GB | Decent quality, slightly smaller than Q4_K_S with similar performance *recommended*. |
48
+ | [llama-3-neural-chat-v1-8b-IQ4_XS.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ4_XS.gguf) | IQ4_XS | 4.44GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
49
+ | [llama-3-neural-chat-v1-8b-Q3_K_L.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q3_K_L.gguf) | Q3_K_L | 4.32GB | Lower quality but usable, good for low RAM availability. |
50
+ | [llama-3-neural-chat-v1-8b-Q3_K_M.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q3_K_M.gguf) | Q3_K_M | 4.01GB | Even lower quality. |
51
+ | [llama-3-neural-chat-v1-8b-IQ3_M.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ3_M.gguf) | IQ3_M | 3.78GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
52
+ | [llama-3-neural-chat-v1-8b-IQ3_S.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ3_S.gguf) | IQ3_S | 3.68GB | Lower quality, new method with decent performance, recommended over Q3_K_S quant, same size with better performance. |
53
+ | [llama-3-neural-chat-v1-8b-Q3_K_S.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q3_K_S.gguf) | Q3_K_S | 3.66GB | Low quality, not recommended. |
54
+ | [llama-3-neural-chat-v1-8b-IQ3_XS.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ3_XS.gguf) | IQ3_XS | 3.51GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
55
+ | [llama-3-neural-chat-v1-8b-IQ3_XXS.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ3_XXS.gguf) | IQ3_XXS | 3.27GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
56
+ | [llama-3-neural-chat-v1-8b-Q2_K.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-Q2_K.gguf) | Q2_K | 3.17GB | Very low quality but surprisingly usable. |
57
+ | [llama-3-neural-chat-v1-8b-IQ2_M.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ2_M.gguf) | IQ2_M | 2.94GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
58
+ | [llama-3-neural-chat-v1-8b-IQ2_S.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ2_S.gguf) | IQ2_S | 2.75GB | Very low quality, uses SOTA techniques to be usable. |
59
+ | [llama-3-neural-chat-v1-8b-IQ2_XS.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ2_XS.gguf) | IQ2_XS | 2.60GB | Very low quality, uses SOTA techniques to be usable. |
60
+ | [llama-3-neural-chat-v1-8b-IQ2_XXS.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ2_XXS.gguf) | IQ2_XXS | 2.39GB | Lower quality, uses SOTA techniques to be usable. |
61
+ | [llama-3-neural-chat-v1-8b-IQ1_M.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ1_M.gguf) | IQ1_M | 2.16GB | Extremely low quality, *not* recommended. |
62
+ | [llama-3-neural-chat-v1-8b-IQ1_S.gguf](https://huggingface.co/bartowski/llama-3-neural-chat-v1-8b-GGUF/blob/main/llama-3-neural-chat-v1-8b-IQ1_S.gguf) | IQ1_S | 2.01GB | Extremely low quality, *not* recommended. |
63
+
64
+ ## Which file should I choose?
65
+
66
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
67
+
68
+ 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.
69
+
70
+ 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.
71
+
72
+ 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.
73
+
74
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
75
+
76
+ 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.
77
+
78
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
79
+
80
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
81
+
82
+ 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.
83
+
84
+ 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.
85
+
86
+ 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.
87
+
88
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
llama-3-neural-chat-v1-8b-IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb99af79a5e9747b083465eb4e4fc8e03012f380e63bf82c26593b88dc374e9d
3
+ size 2161971712
llama-3-neural-chat-v1-8b-IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58535f5b3fb635dfda768b9c2cd6a8df9476e2b842fcc016ecb32b757565c486
3
+ size 2019627520
llama-3-neural-chat-v1-8b-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9764b53adbc1b3e792cd86d2002ccecfeef2edc68e7a178d13213f9a75f1886
3
+ size 2948280832
llama-3-neural-chat-v1-8b-IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c38bfe5d2065cbbbc24fc228caa10abd69b0e3009acf78832c8b8e6a189c90
3
+ size 2758488576
llama-3-neural-chat-v1-8b-IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11b2147ff40cca5ff5f0818e473febe1bc7f7e139cc80a7d14720696139f6717
3
+ size 2605781504
llama-3-neural-chat-v1-8b-IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f590b867cd15cab300f1d0c03ea9c43be7652beba3a9dec1515fe6b7ade0ee3e
3
+ size 2399212032
llama-3-neural-chat-v1-8b-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e266a8331d9908922c0c9a05bf06800579849a334025f767c9d24fbaf6f7963
3
+ size 3784823296
llama-3-neural-chat-v1-8b-IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a71bf68b9a107ae22f9286e131beb39adbf47535694fa318fa4705900886d4
3
+ size 3682324992
llama-3-neural-chat-v1-8b-IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f2d5c35893813d1f8e151fbed3fc8d82ff64656613e789cdb0319d8e1a9184
3
+ size 3518747136
llama-3-neural-chat-v1-8b-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:020dacba889f84a55c21ce5c6163bf4edbdc06f5dd8d6fe72376caafbeca9953
3
+ size 3274912256
llama-3-neural-chat-v1-8b-IQ4_NL.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d73b4d5dae675bdafeac9969c35cd377929acdb306871d723a5bc05ff772efb1
3
+ size 4677988864
llama-3-neural-chat-v1-8b-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc68d98d9f4ea5f554ca013dcddedd00eeeac4d84456cf99174c2b955368c9e
3
+ size 4447662592
llama-3-neural-chat-v1-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d215ce6ef8caf9bd8aee8dedb6d59981f91e9834b447c4e3eb9c220c6663d6e2
3
+ size 3179131392
llama-3-neural-chat-v1-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6f03dbe781ef3a1152de8b18eb2b1462ada9352b3fa7dcef719e1f4a5ae89a
3
+ size 4321956352
llama-3-neural-chat-v1-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1f9e2c3fa4cc7379ecb659858a322ec58ca3b69ebfebdf481fb78372c750f5
3
+ size 4018917888
llama-3-neural-chat-v1-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d65574c257369e95e01c07bf3e948fbcc10e68edde8be8dcaa958ce15153c556
3
+ size 3664499200
llama-3-neural-chat-v1-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50a3e8bbbd5d7ff957b5567b77f4890ff291daa55dad34791edb1d727306802d
3
+ size 4920734208
llama-3-neural-chat-v1-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4327bcdc910947502c55c91f57e26eb592a0f7d015d9494f876b71a8250ffa
3
+ size 4692668928
llama-3-neural-chat-v1-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75917f0399e6d59db58014dca8931459bcfab5123163f444e765be07114059a6
3
+ size 5732987392
llama-3-neural-chat-v1-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffac699624e65153320d909b1e915b79994866977decc2fd0b7ca25b1ca5b1dc
3
+ size 5599293952
llama-3-neural-chat-v1-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6cd384f33a1f790c49862bd0b9d13a8e021d63b217688f15e869f04b0643756
3
+ size 6596006400
llama-3-neural-chat-v1-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77d0be3ea9267de917bac39856de35de67a34e0b1258f0a367dd7bce194c8fd2
3
+ size 8540770816
llama-3-neural-chat-v1-8b.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d3bcecf71385e68e668337e0a2a980da78722beef253b56aeaa31208fe2f355
3
+ size 4988126