dan9070 commited on
Commit
20af111
·
verified ·
1 Parent(s): fc09742

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -64,3 +64,4 @@ deepreinforce-ai_Ornith-1.0-35B-bf16/deepreinforce-ai_Ornith-1.0-35B-bf16-00002-
64
  deepreinforce-ai_Ornith-1.0-35B-imatrix.gguf filter=lfs diff=lfs merge=lfs -text
65
  mmproj-deepreinforce-ai_Ornith-1.0-35B-f16.gguf filter=lfs diff=lfs merge=lfs -text
66
  mmproj-deepreinforce-ai_Ornith-1.0-35B-bf16.gguf filter=lfs diff=lfs merge=lfs -text
 
 
64
  deepreinforce-ai_Ornith-1.0-35B-imatrix.gguf filter=lfs diff=lfs merge=lfs -text
65
  mmproj-deepreinforce-ai_Ornith-1.0-35B-f16.gguf filter=lfs diff=lfs merge=lfs -text
66
  mmproj-deepreinforce-ai_Ornith-1.0-35B-bf16.gguf filter=lfs diff=lfs merge=lfs -text
67
+ deepreinforce-ai_Ornith-1.0-35B-APEX-MTP.gguf filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,185 +1,185 @@
1
- ---
2
- quantized_by: bartowski
3
- pipeline_tag: image-text-to-text
4
- license: mit
5
- license_link: https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B/blob/main/LICENSE
6
- base_model_relation: quantized
7
- base_model: deepreinforce-ai/Ornith-1.0-35B
8
- ---
9
-
10
- ## Llamacpp imatrix Quantizations of Ornith-1.0-35B by deepreinforce-ai
11
-
12
- Using <a href="https://github.com/ggml-org/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b9781">b9781</a> for quantization.
13
-
14
- Original model: https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B
15
-
16
- All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/82ae9b520227f57d79ba04add13d0d0d)
17
-
18
- Run them in your choice of tools:
19
-
20
- - [llama.cpp](https://github.com/ggml-org/llama.cpp)
21
- - [ramalama](https://github.com/containers/ramalama)
22
- - [LM Studio](https://lmstudio.ai/)
23
- - [koboldcpp](https://github.com/LostRuins/koboldcpp)
24
- - [Jan AI](https://www.jan.ai/)
25
- - [Text Generation Web UI](https://github.com/oobabooga/text-generation-webui)
26
- - [LoLLMs](https://github.com/ParisNeo/lollms)
27
- - [Atomic Chat](https://atomic.chat/)
28
-
29
- Note: if it's a newly supported model, you may need to wait for an update from the developers.
30
-
31
- ## Prompt format
32
-
33
- ```
34
- <|im_start|>system
35
- {system_prompt}<|im_end|>
36
- <|im_start|>user
37
- {prompt}<|im_end|>
38
- <|im_start|>assistant
39
- <think>
40
- ```
41
-
42
- ## Download a file (not the whole branch) from below:
43
-
44
- | Filename | Quant type | File Size | Split | Description |
45
- | -------- | ---------- | --------- | ----- | ----------- |
46
- | [Ornith-1.0-35B-bf16.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/tree/main/deepreinforce-ai_Ornith-1.0-35B-bf16) | bf16 | 69.38GB | true | Full BF16 weights. |
47
- | [Ornith-1.0-35B-Q8_0.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q8_0.gguf) | Q8_0 | 36.91GB | false | Extremely high quality, generally unneeded but max available quant. |
48
- | [Ornith-1.0-35B-Q6_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q6_K_L.gguf) | Q6_K_L | 30.30GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
49
- | [Ornith-1.0-35B-Q6_K.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q6_K.gguf) | Q6_K | 30.05GB | false | Very high quality, near perfect, *recommended*. |
50
- | [Ornith-1.0-35B-Q5_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q5_K_L.gguf) | Q5_K_L | 25.33GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
51
- | [Ornith-1.0-35B-Q5_K_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q5_K_M.gguf) | Q5_K_M | 25.02GB | false | High quality, *recommended*. |
52
- | [Ornith-1.0-35B-Q5_K_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q5_K_S.gguf) | Q5_K_S | 24.16GB | false | High quality, *recommended*. |
53
- | [Ornith-1.0-35B-Q4_1.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_1.gguf) | Q4_1 | 21.97GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. |
54
- | [Ornith-1.0-35B-Q4_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_K_L.gguf) | Q4_K_L | 21.77GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
55
- | [Ornith-1.0-35B-Q4_K_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_K_M.gguf) | Q4_K_M | 21.39GB | false | Good quality, default size for most use cases, *recommended*. |
56
- | [Ornith-1.0-35B-Q4_K_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_K_S.gguf) | Q4_K_S | 20.59GB | false | Slightly lower quality with more space savings, *recommended*. |
57
- | [Ornith-1.0-35B-Q4_0.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_0.gguf) | Q4_0 | 19.94GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. |
58
- | [Ornith-1.0-35B-IQ4_NL.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ4_NL.gguf) | IQ4_NL | 19.86GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. |
59
- | [Ornith-1.0-35B-IQ4_XS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ4_XS.gguf) | IQ4_XS | 18.81GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
60
- | [Ornith-1.0-35B-Q3_K_XL.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_XL.gguf) | Q3_K_XL | 17.33GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
61
- | [Ornith-1.0-35B-IQ3_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ3_M.gguf) | IQ3_M | 16.90GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
62
- | [Ornith-1.0-35B-Q3_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_L.gguf) | Q3_K_L | 16.89GB | false | Lower quality but usable, good for low RAM availability. |
63
- | [Ornith-1.0-35B-Q3_K_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_M.gguf) | Q3_K_M | 16.23GB | false | Low quality. |
64
- | [Ornith-1.0-35B-IQ3_XS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ3_XS.gguf) | IQ3_XS | 16.22GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
65
- | [Ornith-1.0-35B-Q3_K_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_S.gguf) | Q3_K_S | 15.51GB | false | Low quality, not recommended. |
66
- | [Ornith-1.0-35B-IQ3_XXS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ3_XXS.gguf) | IQ3_XXS | 14.87GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. |
67
- | [Ornith-1.0-35B-Q2_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q2_K_L.gguf) | Q2_K_L | 13.11GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
68
- | [Ornith-1.0-35B-Q2_K.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q2_K.gguf) | Q2_K | 12.62GB | false | Very low quality but surprisingly usable. |
69
- | [Ornith-1.0-35B-IQ2_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_M.gguf) | IQ2_M | 12.07GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
70
- | [Ornith-1.0-35B-IQ2_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_S.gguf) | IQ2_S | 11.01GB | false | Low quality, uses SOTA techniques to be usable. |
71
- | [Ornith-1.0-35B-IQ2_XS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_XS.gguf) | IQ2_XS | 10.80GB | false | Low quality, uses SOTA techniques to be usable. |
72
- | [Ornith-1.0-35B-IQ2_XXS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_XXS.gguf) | IQ2_XXS | 9.78GB | false | Very low quality, uses SOTA techniques to be usable. |
73
-
74
- ## Embed/output weights
75
-
76
- Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
77
-
78
- ## Downloading using huggingface-cli
79
-
80
- <details>
81
- <summary>Click to view download instructions</summary>
82
-
83
- First, make sure you have hugginface-cli installed:
84
-
85
- ```
86
- pip install -U "huggingface_hub[cli]"
87
- ```
88
-
89
- Then, you can target the specific file you want:
90
-
91
- ```
92
- huggingface-cli download bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF --include "deepreinforce-ai_Ornith-1.0-35B-Q4_K_M.gguf" --local-dir ./
93
- ```
94
-
95
- 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:
96
-
97
- ```
98
- huggingface-cli download bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF --include "deepreinforce-ai_Ornith-1.0-35B-Q8_0/*" --local-dir ./
99
- ```
100
-
101
- You can either specify a new local-dir (deepreinforce-ai_Ornith-1.0-35B-Q8_0) or download them all in place (./)
102
-
103
- </details>
104
-
105
- ## ARM/AVX information
106
-
107
- Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass.
108
-
109
- Now, however, there is something called "online repacking" for weights. details in [this PR](https://github.com/ggml-org/llama.cpp/pull/9921). If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly.
110
-
111
- As of llama.cpp build [b4282](https://github.com/ggml-org/llama.cpp/releases/tag/b4282) you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0.
112
-
113
- Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to [this PR](https://github.com/ggml-org/llama.cpp/pull/10541) which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase.
114
-
115
- <details>
116
- <summary>Click to view Q4_0_X_X information (deprecated</summary>
117
-
118
- I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking.
119
-
120
- <details>
121
- <summary>Click to view benchmarks on an AVX2 system (EPYC7702)</summary>
122
-
123
- | model | size | params | backend | threads | test | t/s | % (vs Q4_0) |
124
- | ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: |
125
- | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% |
126
- | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% |
127
- | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% |
128
- | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% |
129
- | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% |
130
- | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% |
131
- | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% |
132
- | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% |
133
- | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% |
134
- | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% |
135
- | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% |
136
- | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% |
137
- | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% |
138
- | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% |
139
- | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% |
140
- | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% |
141
- | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% |
142
- | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% |
143
-
144
- Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation
145
-
146
- </details>
147
-
148
- </details>
149
-
150
- ## Which file should I choose?
151
-
152
- <details>
153
- <summary>Click here for details</summary>
154
-
155
- A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
156
-
157
- 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.
158
-
159
- 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.
160
-
161
- 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.
162
-
163
- Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
164
-
165
- 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.
166
-
167
- If you want to get more into the weeds, you can check out this extremely useful feature chart:
168
-
169
- [llama.cpp feature matrix](https://github.com/ggml-org/llama.cpp/wiki/Feature-matrix)
170
-
171
- 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.
172
-
173
- These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
174
-
175
- </details>
176
-
177
- ## Credits
178
-
179
- Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset.
180
-
181
- Thank you ZeroWw for the inspiration to experiment with embed/output.
182
-
183
- Thank you to LM Studio for sponsoring my work.
184
-
185
- Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
 
1
+ ---
2
+ quantized_by: bartowski
3
+ pipeline_tag: image-text-to-text
4
+ license: mit
5
+ license_link: https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B/blob/main/LICENSE
6
+ base_model_relation: quantized
7
+ base_model: deepreinforce-ai/Ornith-1.0-35B
8
+ ---
9
+
10
+ ## Llamacpp imatrix Quantizations of Ornith-1.0-35B by deepreinforce-ai
11
+
12
+ Using <a href="https://github.com/ggml-org/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggml-org/llama.cpp/releases/tag/b9781">b9781</a> for quantization.
13
+
14
+ Original model: https://huggingface.co/deepreinforce-ai/Ornith-1.0-35B
15
+
16
+ All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/82ae9b520227f57d79ba04add13d0d0d)
17
+
18
+ Run them in your choice of tools:
19
+
20
+ - [llama.cpp](https://github.com/ggml-org/llama.cpp)
21
+ - [ramalama](https://github.com/containers/ramalama)
22
+ - [LM Studio](https://lmstudio.ai/)
23
+ - [koboldcpp](https://github.com/LostRuins/koboldcpp)
24
+ - [Jan AI](https://www.jan.ai/)
25
+ - [Text Generation Web UI](https://github.com/oobabooga/text-generation-webui)
26
+ - [LoLLMs](https://github.com/ParisNeo/lollms)
27
+ - [Atomic Chat](https://atomic.chat/)
28
+
29
+ Note: if it's a newly supported model, you may need to wait for an update from the developers.
30
+
31
+ ## Prompt format
32
+
33
+ ```
34
+ <|im_start|>system
35
+ {system_prompt}<|im_end|>
36
+ <|im_start|>user
37
+ {prompt}<|im_end|>
38
+ <|im_start|>assistant
39
+ <think>
40
+ ```
41
+
42
+ ## Download a file (not the whole branch) from below:
43
+
44
+ | Filename | Quant type | File Size | Split | Description |
45
+ | -------- | ---------- | --------- | ----- | ----------- |
46
+ | [Ornith-1.0-35B-bf16.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/tree/main/deepreinforce-ai_Ornith-1.0-35B-bf16) | bf16 | 69.38GB | true | Full BF16 weights. |
47
+ | [Ornith-1.0-35B-Q8_0.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q8_0.gguf) | Q8_0 | 36.91GB | false | Extremely high quality, generally unneeded but max available quant. |
48
+ | [Ornith-1.0-35B-Q6_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q6_K_L.gguf) | Q6_K_L | 30.30GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
49
+ | [Ornith-1.0-35B-Q6_K.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q6_K.gguf) | Q6_K | 30.05GB | false | Very high quality, near perfect, *recommended*. |
50
+ | [Ornith-1.0-35B-Q5_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q5_K_L.gguf) | Q5_K_L | 25.33GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
51
+ | [Ornith-1.0-35B-Q5_K_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q5_K_M.gguf) | Q5_K_M | 25.02GB | false | High quality, *recommended*. |
52
+ | [Ornith-1.0-35B-Q5_K_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q5_K_S.gguf) | Q5_K_S | 24.16GB | false | High quality, *recommended*. |
53
+ | [Ornith-1.0-35B-Q4_1.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_1.gguf) | Q4_1 | 21.97GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. |
54
+ | [Ornith-1.0-35B-Q4_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_K_L.gguf) | Q4_K_L | 21.77GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
55
+ | [Ornith-1.0-35B-Q4_K_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_K_M.gguf) | Q4_K_M | 21.39GB | false | Good quality, default size for most use cases, *recommended*. |
56
+ | [Ornith-1.0-35B-Q4_K_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_K_S.gguf) | Q4_K_S | 20.59GB | false | Slightly lower quality with more space savings, *recommended*. |
57
+ | [Ornith-1.0-35B-Q4_0.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q4_0.gguf) | Q4_0 | 19.94GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. |
58
+ | [Ornith-1.0-35B-IQ4_NL.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ4_NL.gguf) | IQ4_NL | 19.86GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. |
59
+ | [Ornith-1.0-35B-IQ4_XS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ4_XS.gguf) | IQ4_XS | 18.81GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. |
60
+ | [Ornith-1.0-35B-Q3_K_XL.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_XL.gguf) | Q3_K_XL | 17.33GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
61
+ | [Ornith-1.0-35B-IQ3_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ3_M.gguf) | IQ3_M | 16.90GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
62
+ | [Ornith-1.0-35B-Q3_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_L.gguf) | Q3_K_L | 16.89GB | false | Lower quality but usable, good for low RAM availability. |
63
+ | [Ornith-1.0-35B-Q3_K_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_M.gguf) | Q3_K_M | 16.23GB | false | Low quality. |
64
+ | [Ornith-1.0-35B-IQ3_XS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ3_XS.gguf) | IQ3_XS | 16.22GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
65
+ | [Ornith-1.0-35B-Q3_K_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q3_K_S.gguf) | Q3_K_S | 15.51GB | false | Low quality, not recommended. |
66
+ | [Ornith-1.0-35B-IQ3_XXS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ3_XXS.gguf) | IQ3_XXS | 14.87GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. |
67
+ | [Ornith-1.0-35B-Q2_K_L.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q2_K_L.gguf) | Q2_K_L | 13.11GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
68
+ | [Ornith-1.0-35B-Q2_K.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-Q2_K.gguf) | Q2_K | 12.62GB | false | Very low quality but surprisingly usable. |
69
+ | [Ornith-1.0-35B-IQ2_M.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_M.gguf) | IQ2_M | 12.07GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
70
+ | [Ornith-1.0-35B-IQ2_S.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_S.gguf) | IQ2_S | 11.01GB | false | Low quality, uses SOTA techniques to be usable. |
71
+ | [Ornith-1.0-35B-IQ2_XS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_XS.gguf) | IQ2_XS | 10.80GB | false | Low quality, uses SOTA techniques to be usable. |
72
+ | [Ornith-1.0-35B-IQ2_XXS.gguf](https://huggingface.co/bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF/blob/main/deepreinforce-ai_Ornith-1.0-35B-IQ2_XXS.gguf) | IQ2_XXS | 9.78GB | false | Very low quality, uses SOTA techniques to be usable. |
73
+
74
+ ## Embed/output weights
75
+
76
+ Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to.
77
+
78
+ ## Downloading using huggingface-cli
79
+
80
+ <details>
81
+ <summary>Click to view download instructions</summary>
82
+
83
+ First, make sure you have hugginface-cli installed:
84
+
85
+ ```
86
+ pip install -U "huggingface_hub[cli]"
87
+ ```
88
+
89
+ Then, you can target the specific file you want:
90
+
91
+ ```
92
+ huggingface-cli download bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF --include "deepreinforce-ai_Ornith-1.0-35B-Q4_K_M.gguf" --local-dir ./
93
+ ```
94
+
95
+ 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:
96
+
97
+ ```
98
+ huggingface-cli download bartowski/deepreinforce-ai_Ornith-1.0-35B-GGUF --include "deepreinforce-ai_Ornith-1.0-35B-Q8_0/*" --local-dir ./
99
+ ```
100
+
101
+ You can either specify a new local-dir (deepreinforce-ai_Ornith-1.0-35B-Q8_0) or download them all in place (./)
102
+
103
+ </details>
104
+
105
+ ## ARM/AVX information
106
+
107
+ Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass.
108
+
109
+ Now, however, there is something called "online repacking" for weights. details in [this PR](https://github.com/ggml-org/llama.cpp/pull/9921). If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly.
110
+
111
+ As of llama.cpp build [b4282](https://github.com/ggml-org/llama.cpp/releases/tag/b4282) you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0.
112
+
113
+ Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to [this PR](https://github.com/ggml-org/llama.cpp/pull/10541) which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase.
114
+
115
+ <details>
116
+ <summary>Click to view Q4_0_X_X information (deprecated</summary>
117
+
118
+ I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking.
119
+
120
+ <details>
121
+ <summary>Click to view benchmarks on an AVX2 system (EPYC7702)</summary>
122
+
123
+ | model | size | params | backend | threads | test | t/s | % (vs Q4_0) |
124
+ | ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: |
125
+ | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% |
126
+ | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% |
127
+ | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% |
128
+ | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% |
129
+ | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% |
130
+ | qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% |
131
+ | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% |
132
+ | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% |
133
+ | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% |
134
+ | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% |
135
+ | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% |
136
+ | qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% |
137
+ | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% |
138
+ | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% |
139
+ | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% |
140
+ | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% |
141
+ | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% |
142
+ | qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% |
143
+
144
+ Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation
145
+
146
+ </details>
147
+
148
+ </details>
149
+
150
+ ## Which file should I choose?
151
+
152
+ <details>
153
+ <summary>Click here for details</summary>
154
+
155
+ A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9)
156
+
157
+ 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.
158
+
159
+ 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.
160
+
161
+ 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.
162
+
163
+ Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'.
164
+
165
+ 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.
166
+
167
+ If you want to get more into the weeds, you can check out this extremely useful feature chart:
168
+
169
+ [llama.cpp feature matrix](https://github.com/ggml-org/llama.cpp/wiki/Feature-matrix)
170
+
171
+ 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.
172
+
173
+ These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide.
174
+
175
+ </details>
176
+
177
+ ## Credits
178
+
179
+ Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset.
180
+
181
+ Thank you ZeroWw for the inspiration to experiment with embed/output.
182
+
183
+ Thank you to LM Studio for sponsoring my work.
184
+
185
+ Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski
deepreinforce-ai_Ornith-1.0-35B-APEX-MTP.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8dcb2634cc5bf0b560f5d7b1407554c66a1de22ea63d32e713de43e88e57fa
3
+ size 26233447904
gitattributes ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ deepreinforce-ai_Ornith-1.0-35B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepreinforce-ai_Ornith-1.0-35B-Q6_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepreinforce-ai_Ornith-1.0-35B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepreinforce-ai_Ornith-1.0-35B-Q5_K_L.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepreinforce-ai_Ornith-1.0-35B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepreinforce-ai_Ornith-1.0-35B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepreinforce-ai_Ornith-1.0-35B-Q4_K_L.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepreinforce-ai_Ornith-1.0-35B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepreinforce-ai_Ornith-1.0-35B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepreinforce-ai_Ornith-1.0-35B-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepreinforce-ai_Ornith-1.0-35B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepreinforce-ai_Ornith-1.0-35B-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
48
+ deepreinforce-ai_Ornith-1.0-35B-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
49
+ deepreinforce-ai_Ornith-1.0-35B-Q3_K_XL.gguf filter=lfs diff=lfs merge=lfs -text
50
+ deepreinforce-ai_Ornith-1.0-35B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
51
+ deepreinforce-ai_Ornith-1.0-35B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
52
+ deepreinforce-ai_Ornith-1.0-35B-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
53
+ deepreinforce-ai_Ornith-1.0-35B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
54
+ deepreinforce-ai_Ornith-1.0-35B-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
55
+ deepreinforce-ai_Ornith-1.0-35B-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
56
+ deepreinforce-ai_Ornith-1.0-35B-Q2_K_L.gguf filter=lfs diff=lfs merge=lfs -text
57
+ deepreinforce-ai_Ornith-1.0-35B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
58
+ deepreinforce-ai_Ornith-1.0-35B-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
59
+ deepreinforce-ai_Ornith-1.0-35B-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
60
+ deepreinforce-ai_Ornith-1.0-35B-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
61
+ deepreinforce-ai_Ornith-1.0-35B-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
62
+ deepreinforce-ai_Ornith-1.0-35B-bf16/deepreinforce-ai_Ornith-1.0-35B-bf16-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
63
+ deepreinforce-ai_Ornith-1.0-35B-bf16/deepreinforce-ai_Ornith-1.0-35B-bf16-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
64
+ deepreinforce-ai_Ornith-1.0-35B-imatrix.gguf filter=lfs diff=lfs merge=lfs -text
65
+ mmproj-deepreinforce-ai_Ornith-1.0-35B-f16.gguf filter=lfs diff=lfs merge=lfs -text
66
+ mmproj-deepreinforce-ai_Ornith-1.0-35B-bf16.gguf filter=lfs diff=lfs merge=lfs -text
mmproj-deepreinforce-ai_Ornith-1.0-35B-bf16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b262ca99a59784b5f5fb6a1e50d625b8596072addb3a6048a65e92f676a9c445
3
+ size 902822240