Text Generation
GGUF
English
Generated from Trainer
axolotl
bartowski commited on
Commit
89c156b
1 Parent(s): 9231dbb

Llamacpp quants

Browse files
.gitattributes CHANGED
@@ -33,3 +33,29 @@ 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
+ dolphin-2.9.1-mixtral-1x22b-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.9.1-mixtral-1x22b-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.9.1-mixtral-1x22b-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.9.1-mixtral-1x22b-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.9.1-mixtral-1x22b-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.9.1-mixtral-1x22b-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.9.1-mixtral-1x22b-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.9.1-mixtral-1x22b-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.9.1-mixtral-1x22b-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.9.1-mixtral-1x22b-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.9.1-mixtral-1x22b-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.9.1-mixtral-1x22b-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
48
+ dolphin-2.9.1-mixtral-1x22b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
49
+ dolphin-2.9.1-mixtral-1x22b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
50
+ dolphin-2.9.1-mixtral-1x22b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
51
+ dolphin-2.9.1-mixtral-1x22b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
52
+ dolphin-2.9.1-mixtral-1x22b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
53
+ dolphin-2.9.1-mixtral-1x22b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
54
+ dolphin-2.9.1-mixtral-1x22b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
55
+ dolphin-2.9.1-mixtral-1x22b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
56
+ dolphin-2.9.1-mixtral-1x22b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
57
+ dolphin-2.9.1-mixtral-1x22b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
58
+ dolphin-2.9.1-mixtral-1x22b-f32.gguf/dolphin-2.9.1-mixtral-1x22b-f32-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
59
+ dolphin-2.9.1-mixtral-1x22b-f32.gguf/dolphin-2.9.1-mixtral-1x22b-f32-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
60
+ dolphin-2.9.1-mixtral-1x22b-f32.gguf/dolphin-2.9.1-mixtral-1x22b-f32-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
61
+ dolphin-2.9.1-mixtral-1x22b.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistral-community/Mixtral-8x22B-v0.1
4
+ tags:
5
+ - generated_from_trainer
6
+ - axolotl
7
+ model-index:
8
+ - name: out
9
+ results: []
10
+ datasets:
11
+ - cognitivecomputations/Dolphin-2.9
12
+ - teknium/OpenHermes-2.5
13
+ - m-a-p/CodeFeedback-Filtered-Instruction
14
+ - cognitivecomputations/dolphin-coder
15
+ - cognitivecomputations/samantha-data
16
+ - microsoft/orca-math-word-problems-200k
17
+ - abacusai/SystemChat-1.1
18
+ - Locutusque/function-calling-chatml
19
+ - internlm/Agent-FLAN
20
+ language:
21
+ - en
22
+ quantized_by: bartowski
23
+ pipeline_tag: text-generation
24
+ ---
25
+
26
+ ## Llamacpp imatrix Quantizations of dolphin-2.9.1-mixtral-1x22b
27
+
28
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b2965">b2965</a> for quantization.
29
+
30
+ Original model: https://huggingface.co/cognitivecomputations/dolphin-2.9.1-mixtral-1x22b
31
+
32
+ All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/b6ac44691e994344625687afe3263b3a)
33
+
34
+ ## Prompt format
35
+
36
+ ```
37
+ <|im_start|> system
38
+ {system_prompt}<|im_end|>
39
+ <|im_start|> user
40
+ {prompt}<|im_end|>
41
+ <|im_start|> assistant
42
+
43
+ ```
44
+
45
+ ## Download a file (not the whole branch) from below:
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [dolphin-2.9.1-mixtral-1x22b-Q8_0.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q8_0.gguf) | Q8_0 | 23.63GB | Extremely high quality, generally unneeded but max available quant. |
50
+ | [dolphin-2.9.1-mixtral-1x22b-Q6_K.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q6_K.gguf) | Q6_K | 18.24GB | Very high quality, near perfect, *recommended*. |
51
+ | [dolphin-2.9.1-mixtral-1x22b-Q5_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q5_K_M.gguf) | Q5_K_M | 15.71GB | High quality, *recommended*. |
52
+ | [dolphin-2.9.1-mixtral-1x22b-Q5_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q5_K_S.gguf) | Q5_K_S | 15.31GB | High quality, *recommended*. |
53
+ | [dolphin-2.9.1-mixtral-1x22b-Q4_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q4_K_M.gguf) | Q4_K_M | 13.33GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
54
+ | [dolphin-2.9.1-mixtral-1x22b-Q4_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q4_K_S.gguf) | Q4_K_S | 12.65GB | Slightly lower quality with more space savings, *recommended*. |
55
+ | [dolphin-2.9.1-mixtral-1x22b-IQ4_NL.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ4_NL.gguf) | IQ4_NL | 12.60GB | Decent quality, slightly smaller than Q4_K_S with similar performance *recommended*. |
56
+ | [dolphin-2.9.1-mixtral-1x22b-IQ4_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ4_XS.gguf) | IQ4_XS | 11.93GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
57
+ | [dolphin-2.9.1-mixtral-1x22b-Q3_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q3_K_L.gguf) | Q3_K_L | 11.72GB | Lower quality but usable, good for low RAM availability. |
58
+ | [dolphin-2.9.1-mixtral-1x22b-Q3_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q3_K_M.gguf) | Q3_K_M | 10.75GB | Even lower quality. |
59
+ | [dolphin-2.9.1-mixtral-1x22b-IQ3_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ3_M.gguf) | IQ3_M | 10.05GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
60
+ | [dolphin-2.9.1-mixtral-1x22b-IQ3_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ3_S.gguf) | IQ3_S | 9.68GB | Lower quality, new method with decent performance, recommended over Q3_K_S quant, same size with better performance. |
61
+ | [dolphin-2.9.1-mixtral-1x22b-Q3_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q3_K_S.gguf) | Q3_K_S | 9.63GB | Low quality, not recommended. |
62
+ | [dolphin-2.9.1-mixtral-1x22b-IQ3_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ3_XS.gguf) | IQ3_XS | 9.17GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
63
+ | [dolphin-2.9.1-mixtral-1x22b-IQ3_XXS.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ3_XXS.gguf) | IQ3_XXS | 8.59GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
64
+ | [dolphin-2.9.1-mixtral-1x22b-Q2_K.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-Q2_K.gguf) | Q2_K | 8.26GB | Very low quality but surprisingly usable. |
65
+ | [dolphin-2.9.1-mixtral-1x22b-IQ2_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ2_M.gguf) | IQ2_M | 7.61GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
66
+ | [dolphin-2.9.1-mixtral-1x22b-IQ2_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ2_S.gguf) | IQ2_S | 7.03GB | Very low quality, uses SOTA techniques to be usable. |
67
+ | [dolphin-2.9.1-mixtral-1x22b-IQ2_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ2_XS.gguf) | IQ2_XS | 6.64GB | Very low quality, uses SOTA techniques to be usable. |
68
+ | [dolphin-2.9.1-mixtral-1x22b-IQ2_XXS.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ2_XXS.gguf) | IQ2_XXS | 5.99GB | Lower quality, uses SOTA techniques to be usable. |
69
+ | [dolphin-2.9.1-mixtral-1x22b-IQ1_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ1_M.gguf) | IQ1_M | 5.26GB | Extremely low quality, *not* recommended. |
70
+ | [dolphin-2.9.1-mixtral-1x22b-IQ1_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF/blob/main/dolphin-2.9.1-mixtral-1x22b-IQ1_S.gguf) | IQ1_S | 4.82GB | Extremely low quality, *not* recommended. |
71
+
72
+ ## Downloading using huggingface-cli
73
+
74
+ First, make sure you have hugginface-cli installed:
75
+
76
+ ```
77
+ pip install -U "huggingface_hub[cli]"
78
+ ```
79
+
80
+ Then, you can target the specific file you want:
81
+
82
+ ```
83
+ huggingface-cli download bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF --include "dolphin-2.9.1-mixtral-1x22b-Q4_K_M.gguf" --local-dir ./
84
+ ```
85
+
86
+ 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:
87
+
88
+ ```
89
+ huggingface-cli download bartowski/dolphin-2.9.1-mixtral-1x22b-GGUF --include "dolphin-2.9.1-mixtral-1x22b-Q8_0.gguf/*" --local-dir dolphin-2.9.1-mixtral-1x22b-Q8_0
90
+ ```
91
+
92
+ You can either specify a new local-dir (dolphin-2.9.1-mixtral-1x22b-Q8_0) or download them all in place (./)
93
+
94
+ ## Which file should I choose?
95
+
96
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
97
+
98
+ 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.
99
+
100
+ 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.
101
+
102
+ 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.
103
+
104
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
105
+
106
+ 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.
107
+
108
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
109
+
110
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
111
+
112
+ 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.
113
+
114
+ 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.
115
+
116
+ 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.
117
+
118
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
dolphin-2.9.1-mixtral-1x22b-IQ1_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:018802a176492a938a7bf7cc3db36124e3e9616bbc8ffac148621401be950a25
3
+ size 5263715680
dolphin-2.9.1-mixtral-1x22b-IQ1_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002751e8b7b129bfbfbe6d57a639a4d5db693b12e05dca806c3867ba6a518831
3
+ size 4826066272
dolphin-2.9.1-mixtral-1x22b-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5778c938fb66b1858497900622fbe3411f53f4ee39d094a1bbbf7f9f02e51be2
3
+ size 7615062592
dolphin-2.9.1-mixtral-1x22b-IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:728702f188dbb20690686355f95dbce643532d148c782e32a91a3f20ba3b1fd6
3
+ size 7031530048
dolphin-2.9.1-mixtral-1x22b-IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48beb707114667f137a4d6a90a92ee676759d4749302d37893287d6099c3b964
3
+ size 6642724192
dolphin-2.9.1-mixtral-1x22b-IQ2_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d59fa3278652a9107a7b9df8c2a9eef4aa8a1c23ccbf7cccc4fcda142b82067d
3
+ size 5993131360
dolphin-2.9.1-mixtral-1x22b-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f6f9056fae81cf4027aac94896b2743a4a3ab5d4570bebf2f95b89ba02ce25
3
+ size 10057881760
dolphin-2.9.1-mixtral-1x22b-IQ3_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe78d8258c736e3a51f4ee175794700546c065f407c5b1bffedeb2b7fea2610
3
+ size 9683540128
dolphin-2.9.1-mixtral-1x22b-IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7144832b4ba7b11ebb19306a180b70e2816fcebf99b0d5d5ce0edff0146002eb
3
+ size 9171572896
dolphin-2.9.1-mixtral-1x22b-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa38d0de1a1de27e650edfc1ae3f3337f0d3584b22f52f460667720a1587eb2f
3
+ size 8594956864
dolphin-2.9.1-mixtral-1x22b-IQ4_NL.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9abff4ac32421df64cda8fe4fafcec1bffdfb7bf11f3df72a3d580be0f81dcae
3
+ size 12608048896
dolphin-2.9.1-mixtral-1x22b-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a24c096416c35b36deec6074c76207cb1a1af0797a292d136f1af8dff9774fb
3
+ size 11930291584
dolphin-2.9.1-mixtral-1x22b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57719d9d7c781adaf77be6ef6d89524f1f1031aeefe78afaadfb0eb397be64c8
3
+ size 8268047296
dolphin-2.9.1-mixtral-1x22b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2002f58d772de60f1fb967d9eec0a4a7f3b8001cf6338f3a8c78d772ecf87544
3
+ size 11725904032
dolphin-2.9.1-mixtral-1x22b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80dd81b95df01fdd6f07183cef70d6d2cc9c8aba01a123136a36b6b32570c0cf
3
+ size 10752301216
dolphin-2.9.1-mixtral-1x22b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:558480793f681fa91a37bef7d57e9cefd1e15a9965543cbe2b49c26c87ca69ce
3
+ size 9636747424
dolphin-2.9.1-mixtral-1x22b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df74fd82bd5e8c8ece05c6f897fe6ab815ecfda0ab65cda8026cb02bbe06b91c
3
+ size 13336088320
dolphin-2.9.1-mixtral-1x22b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed751ea1d2c4d65b070ef91cbc3da6767037079ea27d834aa76ab67cc2b4f53c
3
+ size 12655234816
dolphin-2.9.1-mixtral-1x22b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324933e4a4a07ebca54bd7581f0c35f2caa8ad6df8d40be7a9fb745ccd9dac78
3
+ size 15716816128
dolphin-2.9.1-mixtral-1x22b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9d71cb03ad6313c8f875fcc45d7d1e47410d2a576a914eb2c19b55683f5583
3
+ size 15319078144
dolphin-2.9.1-mixtral-1x22b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bae01c7dd6ddd0d6ae7ab71a65c28120795565de583c67b5c9dc96794dfe416b
3
+ size 18246339424
dolphin-2.9.1-mixtral-1x22b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf2e1973768dfbf5777836185d80f126872f17ff1f8baa402dc1dd7380e71a82
3
+ size 23631905440
dolphin-2.9.1-mixtral-1x22b-f32.gguf/dolphin-2.9.1-mixtral-1x22b-f32-00001-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905988e7d13aa8b2cbe8a9f9e7455440ddba6a89439094449b1a48b22300b89e
3
+ size 42916795968
dolphin-2.9.1-mixtral-1x22b-f32.gguf/dolphin-2.9.1-mixtral-1x22b-f32-00002-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6283be212ee5dec356cfaa414a8fa593dba7ad408f763bc3ff91bd25a613af2d
3
+ size 42916077856
dolphin-2.9.1-mixtral-1x22b-f32.gguf/dolphin-2.9.1-mixtral-1x22b-f32-00003-of-00003.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15b75000b80fd8aa1c7c7961a09d99363f838bc48c9e1a9806806da0a67c8952
3
+ size 3120735616
dolphin-2.9.1-mixtral-1x22b.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3280fd5efc504de0a7b106214d612be93f393d6452fe3cfd8100ad1d1c32857
3
+ size 13319791