TheBloke commited on
Commit
c187beb
•
1 Parent(s): 4abf559

Update for Transformers GPTQ support

Browse files
README.md ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ license: other
4
+ ---
5
+
6
+ <!-- header start -->
7
+ <!-- 200823 -->
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/EBdldam.jpg" alt="TheBlokeAI" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;"><a href="https://discord.gg/theblokeai">Chat & support: TheBloke's Discord server</a></p>
14
+ </div>
15
+ <div style="display: flex; flex-direction: column; align-items: flex-end;">
16
+ <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>
17
+ </div>
18
+ </div>
19
+ <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>
20
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
21
+ <!-- header end -->
22
+
23
+ # WizardLM's WizardLM 13B V1.1 GPTQ
24
+
25
+ These files are GPTQ model files for [WizardLM's WizardLM 13B V1.1](https://huggingface.co/WizardLM/WizardLM-13B-V1.1).
26
+
27
+ Multiple GPTQ parameter permutations are provided; see Provided Files below for details of the options provided, their parameters, and the software used to create them.
28
+
29
+ These models were quantised using hardware kindly provided by [Latitude.sh](https://www.latitude.sh/accelerate).
30
+
31
+ ## Repositories available
32
+
33
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GPTQ)
34
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GGML)
35
+ * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/WizardLM/WizardLM-13B-V1.1)
36
+
37
+ ## Prompt template: Vicuna
38
+
39
+ ```
40
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
41
+
42
+ USER: {prompt}
43
+ ASSISTANT:
44
+
45
+ ```
46
+
47
+ ## Provided files
48
+
49
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
50
+
51
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
52
+
53
+ | Branch | Bits | Group Size | Act Order (desc_act) | File Size | ExLlama Compatible? | Made With | Description |
54
+ | ------ | ---- | ---------- | -------------------- | --------- | ------------------- | --------- | ----------- |
55
+ | main | 4 | 128 | False | 7.45 GB | True | GPTQ-for-LLaMa | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
56
+ | gptq-4bit-32g-actorder_True | 4 | 32 | True | 8.00 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 32g gives highest possible inference quality, with maximum VRAM usage. Poor AutoGPTQ CUDA speed. |
57
+ | gptq-4bit-64g-actorder_True | 4 | 64 | True | 7.51 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 64g uses less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
58
+ | gptq-4bit-128g-actorder_True | 4 | 128 | True | 7.26 GB | True | AutoGPTQ | 4-bit, with Act Order androup size. 128g uses even less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
59
+ | gptq-8bit--1g-actorder_True | 8 | None | True | 13.36 GB | False | AutoGPTQ | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
60
+ | gptq-8bit-128g-actorder_False | 8 | 128 | False | 13.65 GB | False | AutoGPTQ | 8-bit, with group size 128g for higher inference quality and without Act Order to improve AutoGPTQ speed. |
61
+
62
+ ## How to download from branches
63
+
64
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/WizardLM-13B-V1.1-GPTQ:gptq-4bit-32g-actorder_True`
65
+ - With Git, you can clone a branch with:
66
+ ```
67
+ git clone --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/WizardLM-13B-V1.1-GPTQ`
68
+ ```
69
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
70
+
71
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
72
+
73
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
74
+
75
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you know how to make a manual install.
76
+
77
+ 1. Click the **Model tab**.
78
+ 2. Under **Download custom model or LoRA**, enter `TheBloke/WizardLM-13B-V1.1-GPTQ`.
79
+ - To download from a specific branch, enter for example `TheBloke/WizardLM-13B-V1.1-GPTQ:gptq-4bit-32g-actorder_True`
80
+ - see Provided Files above for the list of branches for each option.
81
+ 3. Click **Download**.
82
+ 4. The model will start downloading. Once it's finished it will say "Done"
83
+ 5. In the top left, click the refresh icon next to **Model**.
84
+ 6. In the **Model** dropdown, choose the model you just downloaded: `WizardLM-13B-V1.1-GPTQ`
85
+ 7. The model will automatically load, and is now ready for use!
86
+ 8. 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.
87
+ * Note that you do not need to set GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
88
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
89
+
90
+ ## How to use this GPTQ model from Python code
91
+
92
+ First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) installed:
93
+
94
+ `GITHUB_ACTIONS=true pip install auto-gptq`
95
+
96
+ Then try the following example code:
97
+
98
+ ```python
99
+ from transformers import AutoTokenizer, pipeline, logging
100
+ from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
101
+
102
+ model_name_or_path = "TheBloke/WizardLM-13B-V1.1-GPTQ"
103
+ model_basename = "wizardlm-13b-v1.1-GPTQ-4bit-128g.no-act.order"
104
+
105
+ use_triton = False
106
+
107
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
108
+
109
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
110
+ model_basename=model_basename
111
+ use_safetensors=True,
112
+ trust_remote_code=True,
113
+ device="cuda:0",
114
+ use_triton=use_triton,
115
+ quantize_config=None)
116
+
117
+ """
118
+ To download from a specific branch, use the revision parameter, as in this example:
119
+
120
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
121
+ revision="gptq-4bit-32g-actorder_True",
122
+ model_basename=model_basename,
123
+ use_safetensors=True,
124
+ trust_remote_code=True,
125
+ device="cuda:0",
126
+ quantize_config=None)
127
+ """
128
+
129
+ prompt = "Tell me about AI"
130
+ prompt_template=f'''A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
131
+
132
+ USER: {prompt}
133
+ ASSISTANT:
134
+
135
+ '''
136
+
137
+ print("\n\n*** Generate:")
138
+
139
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
140
+ output = model.generate(inputs=input_ids, temperature=0.7, max_new_tokens=512)
141
+ print(tokenizer.decode(output[0]))
142
+
143
+ # Inference can also be done using transformers' pipeline
144
+
145
+ # Prevent printing spurious transformers error when using pipeline with AutoGPTQ
146
+ logging.set_verbosity(logging.CRITICAL)
147
+
148
+ print("*** Pipeline:")
149
+ pipe = pipeline(
150
+ "text-generation",
151
+ model=model,
152
+ tokenizer=tokenizer,
153
+ max_new_tokens=512,
154
+ temperature=0.7,
155
+ top_p=0.95,
156
+ repetition_penalty=1.15
157
+ )
158
+
159
+ print(pipe(prompt_template)[0]['generated_text'])
160
+ ```
161
+
162
+ ## Compatibility
163
+
164
+ The files provided will work with AutoGPTQ (CUDA and Triton modes), GPTQ-for-LLaMa (only CUDA has been tested), and Occ4m's GPTQ-for-LLaMa fork.
165
+
166
+ ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
167
+
168
+ <!-- footer start -->
169
+ <!-- 200823 -->
170
+ ## Discord
171
+
172
+ For further support, and discussions on these models and AI in general, join us at:
173
+
174
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
175
+
176
+ ## Thanks, and how to contribute.
177
+
178
+ Thanks to the [chirper.ai](https://chirper.ai) team!
179
+
180
+ 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.
181
+
182
+ 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.
183
+
184
+ Donaters will get priority support on any and all AI/LLM/model questions and requests, access to a private Discord room, plus other benefits.
185
+
186
+ * Patreon: https://patreon.com/TheBlokeAI
187
+ * Ko-Fi: https://ko-fi.com/TheBlokeAI
188
+
189
+ **Special thanks to**: Aemon Algiz.
190
+
191
+ **Patreon special mentions**: Sam, theTransient, Jonathan Leane, Steven Wood, webtim, Johann-Peter Hartmann, Geoffrey Montalvo, Gabriel Tamborski, Willem Michiel, John Villwock, Derek Yates, Mesiah Bishop, Eugene Pentland, Pieter, Chadd, Stephen Murray, Daniel P. Andersen, terasurfer, Brandon Frisco, Thomas Belote, Sid, Nathan LeClaire, Magnesian, Alps Aficionado, Stanislav Ovsiannikov, Alex, Joseph William Delisle, Nikolai Manek, Michael Davis, Junyu Yang, K, J, Spencer Kim, Stefan Sabev, Olusegun Samson, transmissions 11, Michael Levine, Cory Kujawski, Rainer Wilmers, zynix, Kalila, Luke @flexchar, Ajan Kanaga, Mandus, vamX, Ai Maven, Mano Prime, Matthew Berman, subjectnull, Vitor Caleffi, Clay Pascal, biorpg, alfie_i, 阿明, Jeffrey Morgan, ya boyyy, Raymond Fosdick, knownsqashed, Olakabola, Leonard Tan, ReadyPlayerEmma, Enrico Ros, Dave, Talal Aujan, Illia Dulskyi, Sean Connelly, senxiiz, Artur Olbinski, Elle, Raven Klaugh, Fen Risland, Deep Realms, Imad Khwaja, Fred von Graf, Will Dee, usrbinkat, SuperWojo, Alexandros Triantafyllidis, Swaroop Kallakuri, Dan Guido, John Detwiler, Pedro Madruga, Iucharbius, Viktor Bowallius, Asp the Wyvern, Edmond Seymore, Trenton Dambrowitz, Space Cruiser, Spiking Neurons AB, Pyrater, LangChain4j, Tony Hughes, Kacper Wikieł, Rishabh Srivastava, David Ziegler, Luke Pendergrass, Andrey, Gabriel Puliatti, Lone Striker, Sebastain Graf, Pierre Kircher, Randy H, NimbleBox.ai, Vadim, danny, Deo Leter
192
+
193
+
194
+ Thank you to all my generous patrons and donaters!
195
+
196
+ And thank you again to a16z for their generous grant.
197
+
198
+ <!-- footer end -->
199
+
200
+ # Original model card: WizardLM's WizardLM 13B V1.1
201
+
202
+
203
+
204
+ This is the **Full-Weight** of WizardLM-13B V1.1 model.
205
+
206
+ **Repository**: https://github.com/nlpxucan/WizardLM
207
+
208
+ **Twitter**: https://twitter.com/WizardLM_AI/status/1677282955490918401
209
+
210
+
211
+ - 🔥🔥🔥 [7/7/2023] We released **WizardLM V1.1** models. The **WizardLM-13B-V1.1** is here ([Demo_13B-V1.1](https://e8a06366ccd1c4d1.gradio.app), [Demo_13B-V1.1_bak-1](https://59da107262a25764.gradio.app), [Demo_13B-V1.1_bak-2](https://dfc5113f66739c80.gradio.app), [Full Model Weight](https://huggingface.co/WizardLM/WizardLM-13B-V1.1)). **WizardLM-7B-V1.1**, **WizardLM-30B-V1.1**, and **WizardLM-65B-V1.1** are coming soon. Please checkout the [Full Model Weights](https://huggingface.co/WizardLM) and [paper](https://arxiv.org/abs/2304.12244).
212
+ - 🔥🔥🔥 [7/7/2023] The **WizardLM-13B-V1.1** achieves **6.74** on [MT-Bench Leaderboard](https://chat.lmsys.org/?leaderboard), **86.32%** on [AlpacaEval Leaderboard](https://tatsu-lab.github.io/alpaca_eval/), and **99.3%** on [WizardLM Eval](https://github.com/nlpxucan/WizardLM/blob/main/WizardLM/data/WizardLM_testset.jsonl). (Note: MT-Bench and AlpacaEval are all self-test, will push update and request review. All tests are completed under their official settings.)
213
+
214
+
config.json CHANGED
@@ -1,23 +1,34 @@
1
  {
2
- "_name_or_path": "/scratch/AzureBlobStorage_CODE/scratch/workspaceblobstore/caxu/model_weights/13B_sg_alpaca_prefix_mt_451k_step700_v11_768_e3_2e_5/checkpoint-700",
3
- "architectures": [
4
- "LlamaForCausalLM"
5
- ],
6
- "bos_token_id": 1,
7
- "eos_token_id": 2,
8
- "hidden_act": "silu",
9
- "hidden_size": 5120,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 13824,
12
- "max_position_embeddings": 2048,
13
- "model_type": "llama",
14
- "num_attention_heads": 40,
15
- "num_hidden_layers": 40,
16
- "pad_token_id": 0,
17
- "rms_norm_eps": 1e-06,
18
- "tie_word_embeddings": false,
19
- "torch_dtype": "float16",
20
- "transformers_version": "4.29.2",
21
- "use_cache": true,
22
- "vocab_size": 32001
 
 
 
 
 
 
 
 
 
 
 
23
  }
 
1
  {
2
+ "_name_or_path": "/scratch/AzureBlobStorage_CODE/scratch/workspaceblobstore/caxu/model_weights/13B_sg_alpaca_prefix_mt_451k_step700_v11_768_e3_2e_5/checkpoint-700",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 5120,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 13824,
12
+ "max_position_embeddings": 2048,
13
+ "model_type": "llama",
14
+ "num_attention_heads": 40,
15
+ "num_hidden_layers": 40,
16
+ "pad_token_id": 0,
17
+ "rms_norm_eps": 1e-06,
18
+ "tie_word_embeddings": false,
19
+ "torch_dtype": "float16",
20
+ "transformers_version": "4.29.2",
21
+ "use_cache": true,
22
+ "vocab_size": 32001,
23
+ "quantization_config": {
24
+ "bits": 4,
25
+ "group_size": 128,
26
+ "damp_percent": 0.01,
27
+ "desc_act": true,
28
+ "sym": true,
29
+ "true_sequential": true,
30
+ "model_name_or_path": null,
31
+ "model_file_base_name": "model",
32
+ "quant_method": "gptq"
33
+ }
34
  }
gptq_model-4bit-128g.safetensors → model.safetensors RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66065b91a7e303399b5f66dd9e9690a46287bea5e7ed2b1e029173560c3e6031
3
- size 7259469904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53258640d32075dd54d942fff1d063f37fdc3f3ce2e16b0483aa35091299cb93
3
+ size 7259469960
quantize_config.json CHANGED
@@ -6,5 +6,5 @@
6
  "sym": true,
7
  "true_sequential": true,
8
  "model_name_or_path": null,
9
- "model_file_base_name": null
10
  }
 
6
  "sym": true,
7
  "true_sequential": true,
8
  "model_name_or_path": null,
9
+ "model_file_base_name": "model"
10
  }