Text Generation
GGUF
Generated from Trainer
axolotl
bartowski commited on
Commit
740ce45
1 Parent(s): 75637a1

Llamacpp quants

Browse files
.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
+ dolphin-2.9.3-mistral-7B-32k-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dolphin-2.9.3-mistral-7B-32k-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dolphin-2.9.3-mistral-7B-32k-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dolphin-2.9.3-mistral-7B-32k-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dolphin-2.9.3-mistral-7B-32k-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dolphin-2.9.3-mistral-7B-32k-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dolphin-2.9.3-mistral-7B-32k-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dolphin-2.9.3-mistral-7B-32k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dolphin-2.9.3-mistral-7B-32k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dolphin-2.9.3-mistral-7B-32k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dolphin-2.9.3-mistral-7B-32k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dolphin-2.9.3-mistral-7B-32k-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
48
+ dolphin-2.9.3-mistral-7B-32k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
49
+ dolphin-2.9.3-mistral-7B-32k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
50
+ dolphin-2.9.3-mistral-7B-32k-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
51
+ dolphin-2.9.3-mistral-7B-32k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
52
+ dolphin-2.9.3-mistral-7B-32k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
53
+ dolphin-2.9.3-mistral-7B-32k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
54
+ dolphin-2.9.3-mistral-7B-32k-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
55
+ dolphin-2.9.3-mistral-7B-32k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
56
+ dolphin-2.9.3-mistral-7B-32k-Q8_0_L.gguf filter=lfs diff=lfs merge=lfs -text
57
+ dolphin-2.9.3-mistral-7B-32k-f32.gguf filter=lfs diff=lfs merge=lfs -text
58
+ dolphin-2.9.3-mistral-7B-32k.imatrix filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistralai/Mistral-7B-v0.3
4
+ tags:
5
+ - generated_from_trainer
6
+ - axolotl
7
+ datasets:
8
+ - cognitivecomputations/Dolphin-2.9
9
+ - teknium/OpenHermes-2.5
10
+ - m-a-p/CodeFeedback-Filtered-Instruction
11
+ - cognitivecomputations/dolphin-coder
12
+ - cognitivecomputations/samantha-data
13
+ - microsoft/orca-math-word-problems-200k
14
+ - Locutusque/function-calling-chatml
15
+ - internlm/Agent-FLAN
16
+ quantized_by: bartowski
17
+ pipeline_tag: text-generation
18
+ ---
19
+
20
+ ## Llamacpp imatrix Quantizations of dolphin-2.9.3-mistral-7B-32k
21
+
22
+ 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.
23
+
24
+ Original model: https://huggingface.co/cognitivecomputations/dolphin-2.9.3-mistral-7B-32k
25
+
26
+ All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8)
27
+
28
+ ## Prompt format
29
+
30
+ ```
31
+ <|im_start|> system
32
+ {system_prompt}<|im_end|>
33
+ <|im_start|> user
34
+ {prompt}<|im_end|>
35
+ <|im_start|> assistant
36
+
37
+ ```
38
+
39
+ ## Download a file (not the whole branch) from below:
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [dolphin-2.9.3-mistral-7B-32k-Q8_0_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q8_1.gguf) | Q8_0_L | 7.95GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Extremely high quality, generally unneeded but max available quant. |
44
+ | [dolphin-2.9.3-mistral-7B-32k-Q8_0.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q8_0.gguf) | Q8_0 | 7.70GB | Extremely high quality, generally unneeded but max available quant. |
45
+ | [dolphin-2.9.3-mistral-7B-32k-Q6_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q6_K_L.gguf) | Q6_K_L | 6.26GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Very high quality, near perfect, *recommended*. |
46
+ | [dolphin-2.9.3-mistral-7B-32k-Q6_K.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q6_K.gguf) | Q6_K | 5.94GB | Very high quality, near perfect, *recommended*. |
47
+ | [dolphin-2.9.3-mistral-7B-32k-Q5_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q5_K_L.gguf) | Q5_K_L | 5.47GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. High quality, *recommended*. |
48
+ | [dolphin-2.9.3-mistral-7B-32k-Q5_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q5_K_M.gguf) | Q5_K_M | 5.13GB | High quality, *recommended*. |
49
+ | [dolphin-2.9.3-mistral-7B-32k-Q5_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q5_K_S.gguf) | Q5_K_S | 5.00GB | High quality, *recommended*. |
50
+ | [dolphin-2.9.3-mistral-7B-32k-Q4_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q4_K_L.gguf) | Q4_K_L | 4.72GB | *Experimental*, uses f16 for embed and output weights. Please provide any feedback of differences. Good quality, uses about 4.83 bits per weight, *recommended*. |
51
+ | [dolphin-2.9.3-mistral-7B-32k-Q4_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q4_K_M.gguf) | Q4_K_M | 4.37GB | Good quality, uses about 4.83 bits per weight, *recommended*. |
52
+ | [dolphin-2.9.3-mistral-7B-32k-Q4_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q4_K_S.gguf) | Q4_K_S | 4.14GB | Slightly lower quality with more space savings, *recommended*. |
53
+ | [dolphin-2.9.3-mistral-7B-32k-IQ4_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ4_XS.gguf) | IQ4_XS | 3.91GB | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
54
+ | [dolphin-2.9.3-mistral-7B-32k-Q3_K_XL.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF//main/dolphin-2.9.3-mistral-7B-32k-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. |
55
+ | [dolphin-2.9.3-mistral-7B-32k-Q3_K_L.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q3_K_L.gguf) | Q3_K_L | 3.82GB | Lower quality but usable, good for low RAM availability. |
56
+ | [dolphin-2.9.3-mistral-7B-32k-Q3_K_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q3_K_M.gguf) | Q3_K_M | 3.52GB | Even lower quality. |
57
+ | [dolphin-2.9.3-mistral-7B-32k-IQ3_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ3_M.gguf) | IQ3_M | 3.28GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
58
+ | [dolphin-2.9.3-mistral-7B-32k-Q3_K_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q3_K_S.gguf) | Q3_K_S | 3.16GB | Low quality, not recommended. |
59
+ | [dolphin-2.9.3-mistral-7B-32k-IQ3_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ3_XS.gguf) | IQ3_XS | 3.02GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
60
+ | [dolphin-2.9.3-mistral-7B-32k-IQ3_XXS.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ3_XXS.gguf) | IQ3_XXS | 2.83GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
61
+ | [dolphin-2.9.3-mistral-7B-32k-Q2_K.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-Q2_K.gguf) | Q2_K | 2.72GB | Very low quality but surprisingly usable. |
62
+ | [dolphin-2.9.3-mistral-7B-32k-IQ2_M.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ2_M.gguf) | IQ2_M | 2.50GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
63
+ | [dolphin-2.9.3-mistral-7B-32k-IQ2_S.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ2_S.gguf) | IQ2_S | 2.31GB | Very low quality, uses SOTA techniques to be usable. |
64
+ | [dolphin-2.9.3-mistral-7B-32k-IQ2_XS.gguf](https://huggingface.co/bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF/blob/main/dolphin-2.9.3-mistral-7B-32k-IQ2_XS.gguf) | IQ2_XS | 2.20GB | Very low quality, uses SOTA techniques to be usable. |
65
+
66
+ ## Downloading using huggingface-cli
67
+
68
+ First, make sure you have hugginface-cli installed:
69
+
70
+ ```
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, you can target the specific file you want:
75
+
76
+ ```
77
+ huggingface-cli download bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF --include "dolphin-2.9.3-mistral-7B-32k-Q4_K_M.gguf" --local-dir ./
78
+ ```
79
+
80
+ 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:
81
+
82
+ ```
83
+ huggingface-cli download bartowski/dolphin-2.9.3-mistral-7B-32k-GGUF --include "dolphin-2.9.3-mistral-7B-32k-Q8_0.gguf/*" --local-dir dolphin-2.9.3-mistral-7B-32k-Q8_0
84
+ ```
85
+
86
+ You can either specify a new local-dir (dolphin-2.9.3-mistral-7B-32k-Q8_0) or download them all in place (./)
87
+
88
+ ## Which file should I choose?
89
+
90
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
91
+
92
+ 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.
93
+
94
+ 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.
95
+
96
+ 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.
97
+
98
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
99
+
100
+ 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.
101
+
102
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
103
+
104
+ [llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix)
105
+
106
+ 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.
107
+
108
+ 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.
109
+
110
+ 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.
111
+
112
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
dolphin-2.9.3-mistral-7B-32k-IQ2_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85826ab0cb4d3206d20483ea5b02e0588bb7fa3c787873667e89ca3dce303a35
3
+ size 2504258688
dolphin-2.9.3-mistral-7B-32k-IQ2_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc42db4db6c3194e1932f33698ad604ac3bcc613aaa28af4a8a4e6c9cd8deb1
3
+ size 2314466432
dolphin-2.9.3-mistral-7B-32k-IQ2_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c063a1ad2f7326f754ae4cc4cb4ba71663983f07762d35ccc5eeb6de8717b248
3
+ size 2201481536
dolphin-2.9.3-mistral-7B-32k-IQ3_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091ec65bc0731b42792f5099b0c3ce70b623c902809634cb08eb2877be0e8fc9
3
+ size 3288856768
dolphin-2.9.3-mistral-7B-32k-IQ3_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c4a71f5c97d1bc3ce81feb3afac63205059c8e8bf24ddbd45f8fb415270a99f
3
+ size 3022780608
dolphin-2.9.3-mistral-7B-32k-IQ3_XXS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab15ed9c831a89a9cd5e13e823bf210f74884facee9dc0b677e9c9eaa278079d
3
+ size 2830890112
dolphin-2.9.3-mistral-7B-32k-IQ4_XS.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a588e940b8846c19696a9c16313c4b1ad2aaddbfd7a3f0097638cdb82adc504
3
+ size 3911973888
dolphin-2.9.3-mistral-7B-32k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d908cff6826fbaa8487421da7c561d3a328a01d103d0e98c779f360e630397f
3
+ size 2722887040
dolphin-2.9.3-mistral-7B-32k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb8e7de4441d012ac270a196ce2cfb29f82d7d9d2e33daa0cdc8c0fdf743882
3
+ size 3825989824
dolphin-2.9.3-mistral-7B-32k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4743d456a842e1b603cf2bcda1b3bc53ed31f925b02b8a389d905eb1e05319bc
3
+ size 3522951360
dolphin-2.9.3-mistral-7B-32k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:323f674498ceffcdd59130fb435a735710559ec4c29e73508f3bc5d47df57788
3
+ size 3168532672
dolphin-2.9.3-mistral-7B-32k-Q4_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b5e8b3d5a0fa8b927a29dd9aa9c0a45be3fa231740c0d683bc71c927e13db61
3
+ size 4724117696
dolphin-2.9.3-mistral-7B-32k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91ae62516b835a06ece6cee2c20b66c34647287175d2dfb13bc4dcf119ac0bbe
3
+ size 4372823296
dolphin-2.9.3-mistral-7B-32k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fe682ec11afd1811b68ad16584bdc5428963adb1c6669d8f96c96657f201479
3
+ size 4144758016
dolphin-2.9.3-mistral-7B-32k-Q5_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:485e7da3bb4cdd46aee4e0e5a301bd9e1822171104c395d5a05cb8d5be8baf13
3
+ size 5470703808
dolphin-2.9.3-mistral-7B-32k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24793ab8a575af664a45daaa9bd0871b17feab9f021f1f1260b37b8e4d4578e5
3
+ size 5136187648
dolphin-2.9.3-mistral-7B-32k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe638845c0e2580b522446afc13f33d5ed094452a65d15bdb8813219a021bbde
3
+ size 5002494208
dolphin-2.9.3-mistral-7B-32k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f7bb9d5553b90584e2042d8b7d6998b8fca1f8e61bba463bd10ee8ffbb1092c
3
+ size 5947262272
dolphin-2.9.3-mistral-7B-32k-Q6_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb3ca67523a43179ca08f804f691cb553245707cb197cc2e4d71276aef5234d
3
+ size 6263951552
dolphin-2.9.3-mistral-7B-32k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb928a1f71ca97a7720f54c52d90d4043fe3a521fa4de41603ad4bd40e439326
3
+ size 7702582464
dolphin-2.9.3-mistral-7B-32k-Q8_0_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb39472fa321c5d1b8c779b2faead9e2db5a097f3f0e15fd00af224aaf5222e
3
+ size 7954256064
dolphin-2.9.3-mistral-7B-32k-f32.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055062530089cc8bfaa0416f3f8be7a51bc8c70c58d47f76833f750ca2f7a08d
3
+ size 28992917408
dolphin-2.9.3-mistral-7B-32k.imatrix ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fa499f9b10f7ffa1df4ae0bdbf585597393d1a96a3a684e3ac60d2cfb9ad796
3
+ size 4988171