TheBloke commited on
Commit
d3f9ee2
·
1 Parent(s): 17d96be

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +312 -0
README.md ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: teknium/OpenHermes-2-Mistral-7B
3
+ inference: false
4
+ model_creator: Teknium
5
+ model_name: OpenHermes 2 Mistral 7B
6
+ model_type: mistral
7
+ prompt_template: '<|im_start|>system
8
+
9
+ {system_message}<|im_end|>
10
+
11
+ <|im_start|>user
12
+
13
+ {prompt}<|im_end|>
14
+
15
+ <|im_start|>assistant
16
+
17
+ '
18
+ quantized_by: TheBloke
19
+ ---
20
+
21
+ <!-- header start -->
22
+ <!-- 200823 -->
23
+ <div style="width: auto; margin-left: auto; margin-right: auto">
24
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
25
+ </div>
26
+ <div style="display: flex; justify-content: space-between; width: 100%;">
27
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
28
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
29
+ </div>
30
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
31
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
32
+ </div>
33
+ </div>
34
+ <div style="text-align:center; margin-top: 0em; margin-bottom: 0em"><p style="margin-top: 0.25em; margin-bottom: 0em;">TheBloke's LLM work is generously supported by a grant from <a href="https://a16z.com">andreessen horowitz (a16z)</a></p></div>
35
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
36
+ <!-- header end -->
37
+
38
+ # OpenHermes 2 Mistral 7B - AWQ
39
+ - Model creator: [Teknium](https://huggingface.co/teknium)
40
+ - Original model: [OpenHermes 2 Mistral 7B](https://huggingface.co/teknium/OpenHermes-2-Mistral-7B)
41
+
42
+ <!-- description start -->
43
+ ## Description
44
+
45
+ This repo contains AWQ model files for [Teknium's OpenHermes 2 Mistral 7B](https://huggingface.co/teknium/OpenHermes-2-Mistral-7B).
46
+
47
+
48
+ ### About AWQ
49
+
50
+ AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference.
51
+
52
+ It is also now supported by continuous batching server [vLLM](https://github.com/vllm-project/vllm), allowing use of Llama AWQ models for high-throughput concurrent inference in multi-user server scenarios.
53
+
54
+ As of September 25th 2023, preliminary Llama-only AWQ support has also been added to [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference).
55
+
56
+ Note that, at the time of writing, overall throughput is still lower than running vLLM or TGI with unquantised models, however using AWQ enables using much smaller GPUs which can lead to easier deployment and overall cost savings. For example, a 70B model can be run on 1 x 48GB GPU instead of 2 x 80GB.
57
+ <!-- description end -->
58
+ <!-- repositories-available start -->
59
+ ## Repositories available
60
+
61
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-AWQ)
62
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GPTQ)
63
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GGUF)
64
+ * [Teknium's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/teknium/OpenHermes-2-Mistral-7B)
65
+ <!-- repositories-available end -->
66
+
67
+ <!-- prompt-template start -->
68
+ ## Prompt template: ChatML
69
+
70
+ ```
71
+ <|im_start|>system
72
+ {system_message}<|im_end|>
73
+ <|im_start|>user
74
+ {prompt}<|im_end|>
75
+ <|im_start|>assistant
76
+
77
+ ```
78
+
79
+ <!-- prompt-template end -->
80
+
81
+
82
+ <!-- README_AWQ.md-provided-files start -->
83
+ ## Provided files, and AWQ parameters
84
+
85
+ For my first release of AWQ models, I am releasing 128g models only. I will consider adding 32g as well if there is interest, and once I have done perplexity and evaluation comparisons, but at this time 32g models are still not fully tested with AutoAWQ and vLLM.
86
+
87
+ Models are released as sharded safetensors files.
88
+
89
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
90
+ | ------ | ---- | -- | ----------- | ------- | ---- |
91
+ | main | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 4.15 GB
92
+
93
+ <!-- README_AWQ.md-provided-files end -->
94
+
95
+ <!-- README_AWQ.md-use-from-vllm start -->
96
+ ## Serving this model from vLLM
97
+
98
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
99
+
100
+ Note: at the time of writing, vLLM has not yet done a new release with AWQ support.
101
+
102
+ If you try the vLLM examples below and get an error about `quantization` being unrecognised, or other AWQ-related issues, please install vLLM from Github source.
103
+
104
+ - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
105
+
106
+ ```shell
107
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/OpenHermes-2-Mistral-7B-AWQ --quantization awq --dtype half
108
+ ```
109
+
110
+ When using vLLM from Python code, pass the `quantization=awq` parameter, for example:
111
+
112
+ ```python
113
+ from vllm import LLM, SamplingParams
114
+
115
+ prompts = [
116
+ "Hello, my name is",
117
+ "The president of the United States is",
118
+ "The capital of France is",
119
+ "The future of AI is",
120
+ ]
121
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
122
+
123
+ llm = LLM(model="TheBloke/OpenHermes-2-Mistral-7B-AWQ", quantization="awq", dtype="half")
124
+
125
+ outputs = llm.generate(prompts, sampling_params)
126
+
127
+ # Print the outputs.
128
+ for output in outputs:
129
+ prompt = output.prompt
130
+ generated_text = output.outputs[0].text
131
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
132
+ ```
133
+ <!-- README_AWQ.md-use-from-vllm start -->
134
+
135
+ <!-- README_AWQ.md-use-from-tgi start -->
136
+ ## Serving this model from Text Generation Inference (TGI)
137
+
138
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
139
+
140
+ Example Docker parameters:
141
+
142
+ ```shell
143
+ --model-id TheBloke/OpenHermes-2-Mistral-7B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
144
+ ```
145
+
146
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
147
+
148
+ ```shell
149
+ pip3 install huggingface-hub
150
+ ```
151
+
152
+ ```python
153
+ from huggingface_hub import InferenceClient
154
+
155
+ endpoint_url = "https://your-endpoint-url-here"
156
+
157
+ prompt = "Tell me about AI"
158
+ prompt_template=f'''<|im_start|>system
159
+ {system_message}<|im_end|>
160
+ <|im_start|>user
161
+ {prompt}<|im_end|>
162
+ <|im_start|>assistant
163
+
164
+ '''
165
+
166
+ client = InferenceClient(endpoint_url)
167
+ response = client.text_generation(prompt,
168
+ max_new_tokens=128,
169
+ do_sample=True,
170
+ temperature=0.7,
171
+ top_p=0.95,
172
+ top_k=40,
173
+ repetition_penalty=1.1)
174
+
175
+ print(f"Model output: {response}")
176
+ ```
177
+ <!-- README_AWQ.md-use-from-tgi end -->
178
+
179
+ <!-- README_AWQ.md-use-from-python start -->
180
+ ## How to use this AWQ model from Python code
181
+
182
+ ### Install the necessary packages
183
+
184
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.1 or later
185
+
186
+ ```shell
187
+ pip3 install autoawq
188
+ ```
189
+
190
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
191
+
192
+ ```shell
193
+ pip3 uninstall -y autoawq
194
+ git clone https://github.com/casper-hansen/AutoAWQ
195
+ cd AutoAWQ
196
+ pip3 install .
197
+ ```
198
+
199
+ ### You can then try the following example code
200
+
201
+ ```python
202
+ from awq import AutoAWQForCausalLM
203
+ from transformers import AutoTokenizer
204
+
205
+ model_name_or_path = "TheBloke/OpenHermes-2-Mistral-7B-AWQ"
206
+
207
+ # Load model
208
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
209
+ trust_remote_code=False, safetensors=True)
210
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
211
+
212
+ prompt = "Tell me about AI"
213
+ prompt_template=f'''<|im_start|>system
214
+ {system_message}<|im_end|>
215
+ <|im_start|>user
216
+ {prompt}<|im_end|>
217
+ <|im_start|>assistant
218
+
219
+ '''
220
+
221
+ print("\n\n*** Generate:")
222
+
223
+ tokens = tokenizer(
224
+ prompt_template,
225
+ return_tensors='pt'
226
+ ).input_ids.cuda()
227
+
228
+ # Generate output
229
+ generation_output = model.generate(
230
+ tokens,
231
+ do_sample=True,
232
+ temperature=0.7,
233
+ top_p=0.95,
234
+ top_k=40,
235
+ max_new_tokens=512
236
+ )
237
+
238
+ print("Output: ", tokenizer.decode(generation_output[0]))
239
+
240
+ """
241
+ # Inference should be possible with transformers pipeline as well in future
242
+ # But currently this is not yet supported by AutoAWQ (correct as of September 25th 2023)
243
+ from transformers import pipeline
244
+
245
+ print("*** Pipeline:")
246
+ pipe = pipeline(
247
+ "text-generation",
248
+ model=model,
249
+ tokenizer=tokenizer,
250
+ max_new_tokens=512,
251
+ do_sample=True,
252
+ temperature=0.7,
253
+ top_p=0.95,
254
+ top_k=40,
255
+ repetition_penalty=1.1
256
+ )
257
+
258
+ print(pipe(prompt_template)[0]['generated_text'])
259
+ """
260
+ ```
261
+ <!-- README_AWQ.md-use-from-python end -->
262
+
263
+ <!-- README_AWQ.md-compatibility start -->
264
+ ## Compatibility
265
+
266
+ The files provided are tested to work with:
267
+
268
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ)
269
+ - [vLLM](https://github.com/vllm-project/vllm)
270
+ - [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
271
+
272
+ TGI merged AWQ support on September 25th, 2023: [TGI PR #1054](https://github.com/huggingface/text-generation-inference/pull/1054). Use the `:latest` Docker container until the next TGI release is made.
273
+
274
+ <!-- README_AWQ.md-compatibility end -->
275
+
276
+ <!-- footer start -->
277
+ <!-- 200823 -->
278
+ ## Discord
279
+
280
+ For further support, and discussions on these models and AI in general, join us at:
281
+
282
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
283
+
284
+ ## Thanks, and how to contribute
285
+
286
+ Thanks to the [chirper.ai](https://chirper.ai) team!
287
+
288
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
289
+
290
+ I've had a lot of people ask if they can contribute. I enjoy providing models and helping people, and would love to be able to spend even more time doing it, as well as expanding into new projects like fine tuning/training.
291
+
292
+ If you're able and willing to contribute it will be most gratefully received and will help me to keep providing more models, and to start work on new AI projects.
293
+
294
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
295
+
296
+ * Patreon: https://patreon.com/TheBlokeAI
297
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
298
+
299
+ **Special thanks to**: Aemon Algiz.
300
+
301
+ **Patreon special mentions**: Pierre Kircher, Stanislav Ovsiannikov, Michael Levine, Eugene Pentland, Andrey, 준교 김, Randy H, Fred von Graf, Artur Olbinski, Caitlyn Gatomon, terasurfer, Jeff Scroggin, James Bentley, Vadim, Gabriel Puliatti, Harry Royden McLaughlin, Sean Connelly, Dan Guido, Edmond Seymore, Alicia Loh, subjectnull, AzureBlack, Manuel Alberto Morcote, Thomas Belote, Lone Striker, Chris Smitley, Vitor Caleffi, Johann-Peter Hartmann, Clay Pascal, biorpg, Brandon Frisco, sidney chen, transmissions 11, Pedro Madruga, jinyuan sun, Ajan Kanaga, Emad Mostaque, Trenton Dambrowitz, Jonathan Leane, Iucharbius, usrbinkat, vamX, George Stoitzev, Luke Pendergrass, theTransient, Olakabola, Swaroop Kallakuri, Cap'n Zoog, Brandon Phillips, Michael Dempsey, Nikolai Manek, danny, Matthew Berman, Gabriel Tamborski, alfie_i, Raymond Fosdick, Tom X Nguyen, Raven Klaugh, LangChain4j, Magnesian, Illia Dulskyi, David Ziegler, Mano Prime, Luis Javier Navarrete Lozano, Erik Bjäreholt, 阿明, Nathan Dryer, Alex, Rainer Wilmers, zynix, TL, Joseph William Delisle, John Villwock, Nathan LeClaire, Willem Michiel, Joguhyik, GodLy, OG, Alps Aficionado, Jeffrey Morgan, ReadyPlayerEmma, Tiffany J. Kim, Sebastain Graf, Spencer Kim, Michael Davis, webtim, Talal Aujan, knownsqashed, John Detwiler, Imad Khwaja, Deo Leter, Jerry Meng, Elijah Stavena, Rooh Singh, Pieter, SuperWojo, Alexandros Triantafyllidis, Stephen Murray, Ai Maven, ya boyyy, Enrico Ros, Ken Nordquist, Deep Realms, Nicholas, Spiking Neurons AB, Elle, Will Dee, Jack West, RoA, Luke @flexchar, Viktor Bowallius, Derek Yates, Subspace Studios, jjj, Toran Billups, Asp the Wyvern, Fen Risland, Ilya, NimbleBox.ai, Chadd, Nitin Borwankar, Emre, Mandus, Leonard Tan, Kalila, K, Trailburnt, S_X, Cory Kujawski
302
+
303
+
304
+ Thank you to all my generous patrons and donaters!
305
+
306
+ And thank you again to a16z for their generous grant.
307
+
308
+ <!-- footer end -->
309
+
310
+ # Original model card: Teknium's OpenHermes 2 Mistral 7B
311
+
312
+ No original model card was available.