TheBloke commited on
Commit
c425958
1 Parent(s): a26d4a1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +365 -0
README.md ADDED
@@ -0,0 +1,365 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: IlyaGusev/saiga_mistral_7b_merged
3
+ inference: false
4
+ model_creator: Ilya Gusev
5
+ model_name: Saiga 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
+ <!-- markdownlint-disable MD041 -->
21
+
22
+ <!-- header start -->
23
+ <!-- 200823 -->
24
+ <div style="width: auto; margin-left: auto; margin-right: auto">
25
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
26
+ </div>
27
+ <div style="display: flex; justify-content: space-between; width: 100%;">
28
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
29
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
30
+ </div>
31
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
32
+ <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>
33
+ </div>
34
+ </div>
35
+ <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>
36
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
37
+ <!-- header end -->
38
+
39
+ # Saiga Mistral 7B - AWQ
40
+ - Model creator: [Ilya Gusev](https://huggingface.co/IlyaGusev)
41
+ - Original model: [Saiga Mistral 7B](https://huggingface.co/IlyaGusev/saiga_mistral_7b_merged)
42
+
43
+ <!-- description start -->
44
+ ## Description
45
+
46
+ This repo contains AWQ model files for [Ilya Gusev's Saiga Mistral 7B](https://huggingface.co/IlyaGusev/saiga_mistral_7b_merged).
47
+
48
+ These files were quantised using hardware kindly provided by [Massed Compute](https://massedcompute.com/).
49
+
50
+
51
+ ### About AWQ
52
+
53
+ 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 with equivalent or better quality compared to the most commonly used GPTQ settings.
54
+
55
+ It is supported by:
56
+
57
+ - [Text Generation Webui](https://github.com/oobabooga/text-generation-webui) - using Loader: AutoAWQ
58
+ - [vLLM](https://github.com/vllm-project/vllm) - Llama and Mistral models only
59
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
60
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later, from any code or client that supports Transformers
61
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) - for use from Python code
62
+
63
+ <!-- description end -->
64
+ <!-- repositories-available start -->
65
+ ## Repositories available
66
+
67
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/saiga_mistral_7b-AWQ)
68
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/saiga_mistral_7b-GPTQ)
69
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/saiga_mistral_7b-GGUF)
70
+ * [Ilya Gusev's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/IlyaGusev/saiga_mistral_7b_merged)
71
+ <!-- repositories-available end -->
72
+
73
+ <!-- prompt-template start -->
74
+ ## Prompt template: ChatML
75
+
76
+ ```
77
+ <|im_start|>system
78
+ {system_message}<|im_end|>
79
+ <|im_start|>user
80
+ {prompt}<|im_end|>
81
+ <|im_start|>assistant
82
+
83
+ ```
84
+
85
+ <!-- prompt-template end -->
86
+
87
+
88
+ <!-- README_AWQ.md-provided-files start -->
89
+ ## Provided files, and AWQ parameters
90
+
91
+ I currently release 128g GEMM models only. The addition of group_size 32 models, and GEMV kernel models, is being actively considered.
92
+
93
+ Models are released as sharded safetensors files.
94
+
95
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
96
+ | ------ | ---- | -- | ----------- | ------- | ---- |
97
+ | [main](https://huggingface.co/TheBloke/saiga_mistral_7b-AWQ/tree/main) | 4 | 128 | [Russian Instructions 2](https://huggingface.co/datasets/Den4ikAI/russian_instructions_2/viewer/) | 4096 | 4.15 GB
98
+
99
+ <!-- README_AWQ.md-provided-files end -->
100
+
101
+ <!-- README_AWQ.md-text-generation-webui start -->
102
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
103
+
104
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
105
+
106
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you're sure you know how to make a manual install.
107
+
108
+ 1. Click the **Model tab**.
109
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/saiga_mistral_7b-AWQ`.
110
+ 3. Click **Download**.
111
+ 4. The model will start downloading. Once it's finished it will say "Done".
112
+ 5. In the top left, click the refresh icon next to **Model**.
113
+ 6. In the **Model** dropdown, choose the model you just downloaded: `saiga_mistral_7b-AWQ`
114
+ 7. Select **Loader: AutoAWQ**.
115
+ 8. Click Load, and the model will load and is now ready for use.
116
+ 9. If you want any custom settings, set them and then click **Save settings for this model** followed by **Reload the Model** in the top right.
117
+ 10. Once you're ready, click the **Text Generation** tab and enter a prompt to get started!
118
+ <!-- README_AWQ.md-text-generation-webui end -->
119
+
120
+ <!-- README_AWQ.md-use-from-vllm start -->
121
+ ## Multi-user inference server: vLLM
122
+
123
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
124
+
125
+ - Please ensure you are using vLLM version 0.2 or later.
126
+ - When using vLLM as a server, pass the `--quantization awq` parameter.
127
+
128
+ For example:
129
+
130
+ ```shell
131
+ python3 -m vllm.entrypoints.api_server --model TheBloke/saiga_mistral_7b-AWQ --quantization awq --dtype auto
132
+ ```
133
+
134
+ - When using vLLM from Python code, again set `quantization=awq`.
135
+
136
+ For example:
137
+
138
+ ```python
139
+ from vllm import LLM, SamplingParams
140
+
141
+ prompts = [
142
+ "Tell me about AI",
143
+ "Write a story about llamas",
144
+ "What is 291 - 150?",
145
+ "How much wood would a woodchuck chuck if a woodchuck could chuck wood?",
146
+ ]
147
+ prompt_template=f'''<|im_start|>system
148
+ {system_message}<|im_end|>
149
+ <|im_start|>user
150
+ {prompt}<|im_end|>
151
+ <|im_start|>assistant
152
+ '''
153
+
154
+ prompts = [prompt_template.format(prompt=prompt) for prompt in prompts]
155
+
156
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
157
+
158
+ llm = LLM(model="TheBloke/saiga_mistral_7b-AWQ", quantization="awq", dtype="auto")
159
+
160
+ outputs = llm.generate(prompts, sampling_params)
161
+
162
+ # Print the outputs.
163
+ for output in outputs:
164
+ prompt = output.prompt
165
+ generated_text = output.outputs[0].text
166
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
167
+ ```
168
+ <!-- README_AWQ.md-use-from-vllm start -->
169
+
170
+ <!-- README_AWQ.md-use-from-tgi start -->
171
+ ## Multi-user inference server: Hugging Face Text Generation Inference (TGI)
172
+
173
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
174
+
175
+ Example Docker parameters:
176
+
177
+ ```shell
178
+ --model-id TheBloke/saiga_mistral_7b-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
179
+ ```
180
+
181
+ Example Python code for interfacing with TGI (requires [huggingface-hub](https://github.com/huggingface/huggingface_hub) 0.17.0 or later):
182
+
183
+ ```shell
184
+ pip3 install huggingface-hub
185
+ ```
186
+
187
+ ```python
188
+ from huggingface_hub import InferenceClient
189
+
190
+ endpoint_url = "https://your-endpoint-url-here"
191
+
192
+ prompt = "Tell me about AI"
193
+ prompt_template=f'''<|im_start|>system
194
+ {system_message}<|im_end|>
195
+ <|im_start|>user
196
+ {prompt}<|im_end|>
197
+ <|im_start|>assistant
198
+ '''
199
+
200
+ client = InferenceClient(endpoint_url)
201
+ response = client.text_generation(prompt,
202
+ max_new_tokens=128,
203
+ do_sample=True,
204
+ temperature=0.7,
205
+ top_p=0.95,
206
+ top_k=40,
207
+ repetition_penalty=1.1)
208
+
209
+ print(f"Model output: ", response)
210
+ ```
211
+ <!-- README_AWQ.md-use-from-tgi end -->
212
+
213
+ <!-- README_AWQ.md-use-from-python start -->
214
+ ## Inference from Python code using Transformers
215
+
216
+ ### Install the necessary packages
217
+
218
+ - Requires: [Transformers](https://huggingface.co/docs/transformers) 4.35.0 or later.
219
+ - Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.6 or later.
220
+
221
+ ```shell
222
+ pip3 install --upgrade "autoawq>=0.1.6" "transformers>=4.35.0"
223
+ ```
224
+
225
+ Note that if you are using PyTorch 2.0.1, the above AutoAWQ command will automatically upgrade you to PyTorch 2.1.0.
226
+
227
+ If you are using CUDA 11.8 and wish to continue using PyTorch 2.0.1, instead run this command:
228
+
229
+ ```shell
230
+ pip3 install https://github.com/casper-hansen/AutoAWQ/releases/download/v0.1.6/autoawq-0.1.6+cu118-cp310-cp310-linux_x86_64.whl
231
+ ```
232
+
233
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
234
+
235
+ ```shell
236
+ pip3 uninstall -y autoawq
237
+ git clone https://github.com/casper-hansen/AutoAWQ
238
+ cd AutoAWQ
239
+ pip3 install .
240
+ ```
241
+
242
+ ### Transformers example code (requires Transformers 4.35.0 and later)
243
+
244
+ ```python
245
+ from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
246
+
247
+ model_name_or_path = "TheBloke/saiga_mistral_7b-AWQ"
248
+
249
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path)
250
+ model = AutoModelForCausalLM.from_pretrained(
251
+ model_name_or_path,
252
+ low_cpu_mem_usage=True,
253
+ device_map="cuda:0"
254
+ )
255
+
256
+ # Using the text streamer to stream output one token at a time
257
+ streamer = TextStreamer(tokenizer, skip_prompt=True, skip_special_tokens=True)
258
+
259
+ prompt = "Tell me about AI"
260
+ prompt_template=f'''<|im_start|>system
261
+ {system_message}<|im_end|>
262
+ <|im_start|>user
263
+ {prompt}<|im_end|>
264
+ <|im_start|>assistant
265
+ '''
266
+
267
+ # Convert prompt to tokens
268
+ tokens = tokenizer(
269
+ prompt_template,
270
+ return_tensors='pt'
271
+ ).input_ids.cuda()
272
+
273
+ generation_params = {
274
+ "do_sample": True,
275
+ "temperature": 0.7,
276
+ "top_p": 0.95,
277
+ "top_k": 40,
278
+ "max_new_tokens": 512,
279
+ "repetition_penalty": 1.1
280
+ }
281
+
282
+ # Generate streamed output, visible one token at a time
283
+ generation_output = model.generate(
284
+ tokens,
285
+ streamer=streamer,
286
+ **generation_params
287
+ )
288
+
289
+ # Generation without a streamer, which will include the prompt in the output
290
+ generation_output = model.generate(
291
+ tokens,
292
+ **generation_params
293
+ )
294
+
295
+ # Get the tokens from the output, decode them, print them
296
+ token_output = generation_output[0]
297
+ text_output = tokenizer.decode(token_output)
298
+ print("model.generate output: ", text_output)
299
+
300
+ # Inference is also possible via Transformers' pipeline
301
+ from transformers import pipeline
302
+
303
+ pipe = pipeline(
304
+ "text-generation",
305
+ model=model,
306
+ tokenizer=tokenizer,
307
+ **generation_params
308
+ )
309
+
310
+ pipe_output = pipe(prompt_template)[0]['generated_text']
311
+ print("pipeline output: ", pipe_output)
312
+
313
+ ```
314
+ <!-- README_AWQ.md-use-from-python end -->
315
+
316
+ <!-- README_AWQ.md-compatibility start -->
317
+ ## Compatibility
318
+
319
+ The files provided are tested to work with:
320
+
321
+ - [text-generation-webui](https://github.com/oobabooga/text-generation-webui) using `Loader: AutoAWQ`.
322
+ - [vLLM](https://github.com/vllm-project/vllm) version 0.2.0 and later.
323
+ - [Hugging Face Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference) version 1.1.0 and later.
324
+ - [Transformers](https://huggingface.co/docs/transformers) version 4.35.0 and later.
325
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) version 0.1.1 and later.
326
+
327
+ <!-- README_AWQ.md-compatibility end -->
328
+
329
+ <!-- footer start -->
330
+ <!-- 200823 -->
331
+ ## Discord
332
+
333
+ For further support, and discussions on these models and AI in general, join us at:
334
+
335
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
336
+
337
+ ## Thanks, and how to contribute
338
+
339
+ Thanks to the [chirper.ai](https://chirper.ai) team!
340
+
341
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
342
+
343
+ 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.
344
+
345
+ 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.
346
+
347
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
348
+
349
+ * Patreon: https://patreon.com/TheBlokeAI
350
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
351
+
352
+ **Special thanks to**: Aemon Algiz.
353
+
354
+ **Patreon special mentions**: Brandon Frisco, LangChain4j, Spiking Neurons AB, transmissions 11, Joseph William Delisle, Nitin Borwankar, Willem Michiel, Michael Dempsey, vamX, Jeffrey Morgan, zynix, jjj, Omer Bin Jawed, Sean Connelly, jinyuan sun, Jeromy Smith, Shadi, Pawan Osman, Chadd, Elijah Stavena, Illia Dulskyi, Sebastain Graf, Stephen Murray, terasurfer, Edmond Seymore, Celu Ramasamy, Mandus, Alex, biorpg, Ajan Kanaga, Clay Pascal, Raven Klaugh, 阿明, K, ya boyyy, usrbinkat, Alicia Loh, John Villwock, ReadyPlayerEmma, Chris Smitley, Cap'n Zoog, fincy, GodLy, S_X, sidney chen, Cory Kujawski, OG, Mano Prime, AzureBlack, Pieter, Kalila, Spencer Kim, Tom X Nguyen, Stanislav Ovsiannikov, Michael Levine, Andrey, Trailburnt, Vadim, Enrico Ros, Talal Aujan, Brandon Phillips, Jack West, Eugene Pentland, Michael Davis, Will Dee, webtim, Jonathan Leane, Alps Aficionado, Rooh Singh, Tiffany J. Kim, theTransient, Luke @flexchar, Elle, Caitlyn Gatomon, Ari Malik, subjectnull, Johann-Peter Hartmann, Trenton Dambrowitz, Imad Khwaja, Asp the Wyvern, Emad Mostaque, Rainer Wilmers, Alexandros Triantafyllidis, Nicholas, Pedro Madruga, SuperWojo, Harry Royden McLaughlin, James Bentley, Olakabola, David Ziegler, Ai Maven, Jeff Scroggin, Nikolai Manek, Deo Leter, Matthew Berman, Fen Risland, Ken Nordquist, Manuel Alberto Morcote, Luke Pendergrass, TL, Fred von Graf, Randy H, Dan Guido, NimbleBox.ai, Vitor Caleffi, Gabriel Tamborski, knownsqashed, Lone Striker, Erik Bjäreholt, John Detwiler, Leonard Tan, Iucharbius
355
+
356
+
357
+ Thank you to all my generous patrons and donaters!
358
+
359
+ And thank you again to a16z for their generous grant.
360
+
361
+ <!-- footer end -->
362
+
363
+ # Original model card: Ilya Gusev's Saiga Mistral 7B
364
+
365
+ No original model card was available.