TheBloke commited on
Commit
cc7f4a0
1 Parent(s): 8977cd7

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +321 -0
README.md ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Riiid/sheep-duck-llama-2-13b
3
+ inference: false
4
+ license: llama2
5
+ model_creator: Riiid
6
+ model_name: Sheep Duck Llama 2 13B
7
+ model_type: llama
8
+ prompt_template: '### System:
9
+
10
+ {system_message}
11
+
12
+
13
+ ### User:
14
+
15
+ {prompt}
16
+
17
+
18
+ ### Assistant:
19
+
20
+ '
21
+ quantized_by: TheBloke
22
+ ---
23
+
24
+ <!-- header start -->
25
+ <!-- 200823 -->
26
+ <div style="width: auto; margin-left: auto; margin-right: auto">
27
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
28
+ </div>
29
+ <div style="display: flex; justify-content: space-between; width: 100%;">
30
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
31
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
32
+ </div>
33
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
34
+ <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>
35
+ </div>
36
+ </div>
37
+ <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>
38
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
39
+ <!-- header end -->
40
+
41
+ # Sheep Duck Llama 2 13B - AWQ
42
+ - Model creator: [Riiid](https://huggingface.co/Riiid)
43
+ - Original model: [Sheep Duck Llama 2 13B](https://huggingface.co/Riiid/sheep-duck-llama-2-13b)
44
+
45
+ <!-- description start -->
46
+ ## Description
47
+
48
+ This repo contains AWQ model files for [Riiid's Sheep Duck Llama 2 13B](https://huggingface.co/Riiid/sheep-duck-llama-2-13b).
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.
54
+
55
+ 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.
56
+
57
+ 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).
58
+
59
+ 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.
60
+ <!-- description end -->
61
+ <!-- repositories-available start -->
62
+ ## Repositories available
63
+
64
+ * [AWQ model(s) for GPU inference.](https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-AWQ)
65
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GPTQ)
66
+ * [2, 3, 4, 5, 6 and 8-bit GGUF models for CPU+GPU inference](https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-GGUF)
67
+ * [Riiid's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Riiid/sheep-duck-llama-2-13b)
68
+ <!-- repositories-available end -->
69
+
70
+ <!-- prompt-template start -->
71
+ ## Prompt template: Orca-Hashes
72
+
73
+ ```
74
+ ### System:
75
+ {system_message}
76
+
77
+ ### User:
78
+ {prompt}
79
+
80
+ ### Assistant:
81
+
82
+ ```
83
+
84
+ <!-- prompt-template end -->
85
+
86
+
87
+ <!-- README_AWQ.md-provided-files start -->
88
+ ## Provided files, and AWQ parameters
89
+
90
+ 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.
91
+
92
+ Models are released as sharded safetensors files.
93
+
94
+ | Branch | Bits | GS | AWQ Dataset | Seq Len | Size |
95
+ | ------ | ---- | -- | ----------- | ------- | ---- |
96
+ | [main](https://huggingface.co/TheBloke/sheep-duck-llama-2-13B-AWQ/tree/main) | 4 | 128 | [wikitext](https://huggingface.co/datasets/wikitext/viewer/wikitext-2-v1/test) | 4096 | 7.25 GB
97
+
98
+ <!-- README_AWQ.md-provided-files end -->
99
+
100
+ <!-- README_AWQ.md-use-from-vllm start -->
101
+ ## Serving this model from vLLM
102
+
103
+ Documentation on installing and using vLLM [can be found here](https://vllm.readthedocs.io/en/latest/).
104
+
105
+ Note: at the time of writing, vLLM has not yet done a new release with AWQ support.
106
+
107
+ 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.
108
+
109
+ - When using vLLM as a server, pass the `--quantization awq` parameter, for example:
110
+
111
+ ```shell
112
+ python3 python -m vllm.entrypoints.api_server --model TheBloke/sheep-duck-llama-2-13B-AWQ --quantization awq --dtype half
113
+ ```
114
+
115
+ When using vLLM from Python code, pass the `quantization=awq` parameter, for example:
116
+
117
+ ```python
118
+ from vllm import LLM, SamplingParams
119
+
120
+ prompts = [
121
+ "Hello, my name is",
122
+ "The president of the United States is",
123
+ "The capital of France is",
124
+ "The future of AI is",
125
+ ]
126
+ sampling_params = SamplingParams(temperature=0.8, top_p=0.95)
127
+
128
+ llm = LLM(model="TheBloke/sheep-duck-llama-2-13B-AWQ", quantization="awq", dtype="half")
129
+
130
+ outputs = llm.generate(prompts, sampling_params)
131
+
132
+ # Print the outputs.
133
+ for output in outputs:
134
+ prompt = output.prompt
135
+ generated_text = output.outputs[0].text
136
+ print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
137
+ ```
138
+ <!-- README_AWQ.md-use-from-vllm start -->
139
+
140
+ <!-- README_AWQ.md-use-from-tgi start -->
141
+ ## Serving this model from Text Generation Inference (TGI)
142
+
143
+ Use TGI version 1.1.0 or later. The official Docker container is: `ghcr.io/huggingface/text-generation-inference:1.1.0`
144
+
145
+ Example Docker parameters:
146
+
147
+ ```shell
148
+ --model-id TheBloke/sheep-duck-llama-2-13B-AWQ --port 3000 --quantize awq --max-input-length 3696 --max-total-tokens 4096 --max-batch-prefill-tokens 4096
149
+ ```
150
+
151
+ Example Python code for interfacing with TGI (requires huggingface-hub 0.17.0 or later):
152
+
153
+ ```shell
154
+ pip3 install huggingface-hub
155
+ ```
156
+
157
+ ```python
158
+ from huggingface_hub import InferenceClient
159
+
160
+ endpoint_url = "https://your-endpoint-url-here"
161
+
162
+ prompt = "Tell me about AI"
163
+ prompt_template=f'''### System:
164
+ {system_message}
165
+
166
+ ### User:
167
+ {prompt}
168
+
169
+ ### Assistant:
170
+
171
+ '''
172
+
173
+ client = InferenceClient(endpoint_url)
174
+ response = client.text_generation(prompt,
175
+ max_new_tokens=128,
176
+ do_sample=True,
177
+ temperature=0.7,
178
+ top_p=0.95,
179
+ top_k=40,
180
+ repetition_penalty=1.1)
181
+
182
+ print(f"Model output: {response}")
183
+ ```
184
+ <!-- README_AWQ.md-use-from-tgi end -->
185
+
186
+ <!-- README_AWQ.md-use-from-python start -->
187
+ ## How to use this AWQ model from Python code
188
+
189
+ ### Install the necessary packages
190
+
191
+ Requires: [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) 0.1.1 or later
192
+
193
+ ```shell
194
+ pip3 install autoawq
195
+ ```
196
+
197
+ If you have problems installing [AutoAWQ](https://github.com/casper-hansen/AutoAWQ) using the pre-built wheels, install it from source instead:
198
+
199
+ ```shell
200
+ pip3 uninstall -y autoawq
201
+ git clone https://github.com/casper-hansen/AutoAWQ
202
+ cd AutoAWQ
203
+ pip3 install .
204
+ ```
205
+
206
+ ### You can then try the following example code
207
+
208
+ ```python
209
+ from awq import AutoAWQForCausalLM
210
+ from transformers import AutoTokenizer
211
+
212
+ model_name_or_path = "TheBloke/sheep-duck-llama-2-13B-AWQ"
213
+
214
+ # Load model
215
+ model = AutoAWQForCausalLM.from_quantized(model_name_or_path, fuse_layers=True,
216
+ trust_remote_code=False, safetensors=True)
217
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, trust_remote_code=False)
218
+
219
+ prompt = "Tell me about AI"
220
+ prompt_template=f'''### System:
221
+ {system_message}
222
+
223
+ ### User:
224
+ {prompt}
225
+
226
+ ### Assistant:
227
+
228
+ '''
229
+
230
+ print("\n\n*** Generate:")
231
+
232
+ tokens = tokenizer(
233
+ prompt_template,
234
+ return_tensors='pt'
235
+ ).input_ids.cuda()
236
+
237
+ # Generate output
238
+ generation_output = model.generate(
239
+ tokens,
240
+ do_sample=True,
241
+ temperature=0.7,
242
+ top_p=0.95,
243
+ top_k=40,
244
+ max_new_tokens=512
245
+ )
246
+
247
+ print("Output: ", tokenizer.decode(generation_output[0]))
248
+
249
+ """
250
+ # Inference should be possible with transformers pipeline as well in future
251
+ # But currently this is not yet supported by AutoAWQ (correct as of September 25th 2023)
252
+ from transformers import pipeline
253
+
254
+ print("*** Pipeline:")
255
+ pipe = pipeline(
256
+ "text-generation",
257
+ model=model,
258
+ tokenizer=tokenizer,
259
+ max_new_tokens=512,
260
+ do_sample=True,
261
+ temperature=0.7,
262
+ top_p=0.95,
263
+ top_k=40,
264
+ repetition_penalty=1.1
265
+ )
266
+
267
+ print(pipe(prompt_template)[0]['generated_text'])
268
+ """
269
+ ```
270
+ <!-- README_AWQ.md-use-from-python end -->
271
+
272
+ <!-- README_AWQ.md-compatibility start -->
273
+ ## Compatibility
274
+
275
+ The files provided are tested to work with:
276
+
277
+ - [AutoAWQ](https://github.com/casper-hansen/AutoAWQ)
278
+ - [vLLM](https://github.com/vllm-project/vllm)
279
+ - [Huggingface Text Generation Inference (TGI)](https://github.com/huggingface/text-generation-inference)
280
+
281
+ 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.
282
+
283
+ <!-- README_AWQ.md-compatibility end -->
284
+
285
+ <!-- footer start -->
286
+ <!-- 200823 -->
287
+ ## Discord
288
+
289
+ For further support, and discussions on these models and AI in general, join us at:
290
+
291
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
292
+
293
+ ## Thanks, and how to contribute
294
+
295
+ Thanks to the [chirper.ai](https://chirper.ai) team!
296
+
297
+ Thanks to Clay from [gpus.llm-utils.org](llm-utils)!
298
+
299
+ 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.
300
+
301
+ 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.
302
+
303
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
304
+
305
+ * Patreon: https://patreon.com/TheBlokeAI
306
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
307
+
308
+ **Special thanks to**: Aemon Algiz.
309
+
310
+ **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
311
+
312
+
313
+ Thank you to all my generous patrons and donaters!
314
+
315
+ And thank you again to a16z for their generous grant.
316
+
317
+ <!-- footer end -->
318
+
319
+ # Original model card: Riiid's Sheep Duck Llama 2 13B
320
+
321
+ No original model card was available.