TheBloke commited on
Commit
2b45487
1 Parent(s): 96830de

Upload new GPTQs with varied parameters

Browse files
Files changed (1) hide show
  1. README.md +126 -36
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  inference: false
3
  license: other
 
4
  ---
5
 
6
  <!-- header start -->
@@ -9,7 +10,7 @@ license: other
9
  </div>
10
  <div style="display: flex; justify-content: space-between; width: 100%;">
11
  <div style="display: flex; flex-direction: column; align-items: flex-start;">
12
- <p><a href="https://discord.gg/Jq4vkcDakD">Chat & support: my new Discord server</a></p>
13
  </div>
14
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
15
  <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
@@ -19,65 +20,151 @@ license: other
19
 
20
  # Tim Dettmers' Guanaco 65B GPTQ
21
 
22
- These files are GPTQ 4bit model files for [Tim Dettmers' Guanaco 65B](https://huggingface.co/timdettmers/guanaco-65b).
23
 
24
- It is the result of merging the LoRA then quantising to 4bit using [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa).
25
 
26
- ## Other repositories available
27
 
28
- * [4-bit GPTQ models for GPU inference](https://huggingface.co/TheBloke/guanaco-65B-GPTQ)
29
- * [4-bit, 5-bit and 8-bit GGML models for CPU(+GPU) inference](https://huggingface.co/TheBloke/guanaco-65B-GGML)
30
- * [Merged, unquantised fp16 model in HF format](https://huggingface.co/TheBloke/guanaco-65B-HF)
31
 
32
- ## Prompt template
 
 
 
 
33
 
34
  ```
35
- ### Human: prompt
36
  ### Assistant:
37
  ```
38
 
39
- ## How to easily download and use this model in text-generation-webui
 
 
 
 
40
 
41
- Open the text-generation-webui UI as normal.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  1. Click the **Model tab**.
44
  2. Under **Download custom model or LoRA**, enter `TheBloke/guanaco-65B-GPTQ`.
 
 
45
  3. Click **Download**.
46
- 4. Wait until it says it's finished downloading.
47
- 5. Click the **Refresh** icon next to **Model** in the top left.
48
- 6. In the **Model drop-down**: choose the model you just downloaded, `guanaco-65B-GPTQ`.
49
- 7. If you see an error in the bottom right, ignore it - it's temporary.
50
- 8. Fill out the `GPTQ parameters` on the right: `Bits = 4`, `Groupsize = None`, `model_type = Llama`
51
- 9. Click **Save settings for this model** in the top right.
52
- 10. Click **Reload the Model** in the top right.
53
- 11. Once it says it's loaded, click the **Text Generation tab** and enter a prompt!
54
 
55
- ## Provided files
 
 
56
 
57
- **Compatible file - Guanaco-65B-GPTQ-4bit.act-order.safetensors**
58
 
59
- In the `main` branch you will find `Guanaco-65B-GPTQ-4bit.act-order.safetensors`
60
 
61
- This will work with all versions of GPTQ-for-LLaMa. It has maximum compatibility.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
- It was created without groupsize to minimise VRAM requirements. It was created with the `--act-order` parameter to maximise accuracy.
64
 
65
- * `Guanaco-65B-GPTQ-4bit.act-order.safetensors`
66
- * Works with all versions of GPTQ-for-LLaMa code, both Triton and CUDA branches
67
- * Works with AutoGPTQ
68
- * Works with text-generation-webui one-click-installers
69
- * Parameters: Groupsize = None. act-order
70
- * Command used to create the GPTQ:
71
- ```
72
- python llama.py /workspace/process/TheBloke_guanaco-65B-GGML/HF wikitext2 --wbits 4 --true-sequential --act-order --save_safetensors /workspace/process/TheBloke_guanaco-65B-GGML/gptq/Guanaco-65B-GPTQ-4bit-128g.no-act-order.safetensors
73
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
74
 
75
  <!-- footer start -->
76
  ## Discord
77
 
78
  For further support, and discussions on these models and AI in general, join us at:
79
 
80
- [TheBloke AI's Discord server](https://discord.gg/Jq4vkcDakD)
81
 
82
  ## Thanks, and how to contribute.
83
 
@@ -92,12 +179,15 @@ Donaters will get priority support on any and all AI/LLM/model questions and req
92
  * Patreon: https://patreon.com/TheBlokeAI
93
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
94
 
95
- **Patreon special mentions**: Aemon Algiz, Dmitriy Samsonov, Nathan LeClaire, Trenton Dambrowitz, Mano Prime, David Flickinger, vamX, Nikolai Manek, senxiiz, Khalefa Al-Ahmad, Illia Dulskyi, Jonathan Leane, Talal Aujan, V. Lukas, Joseph William Delisle, Pyrater, Oscar Rangel, Lone Striker, Luke Pendergrass, Eugene Pentland, Sebastain Graf, Johann-Peter Hartman.
 
 
96
 
97
  Thank you to all my generous patrons and donaters!
 
98
  <!-- footer end -->
99
 
100
- # Original model card
101
 
102
  # Guanaco Models Based on LLaMA
103
 
 
1
  ---
2
  inference: false
3
  license: other
4
+ model_type: llama
5
  ---
6
 
7
  <!-- header start -->
 
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><a href="https://discord.gg/theblokeai">Chat & support: my new Discord server</a></p>
14
  </div>
15
  <div style="display: flex; flex-direction: column; align-items: flex-end;">
16
  <p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
 
20
 
21
  # Tim Dettmers' Guanaco 65B GPTQ
22
 
23
+ These files are GPTQ model files for [Tim Dettmers' Guanaco 65B](https://huggingface.co/timdettmers/guanaco-65b).
24
 
25
+ 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.
26
 
27
+ These models were quantised using hardware kindly provided by [Latitude.sh](https://www.latitude.sh/accelerate).
28
 
29
+ ## Repositories available
 
 
30
 
31
+ * [GPTQ models for GPU inference, with multiple quantisation parameter options.](https://huggingface.co/TheBloke/guanaco-65B-GPTQ)
32
+ * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/guanaco-65B-GGML)
33
+ * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/guanaco-65B-HF)
34
+
35
+ ## Prompt template: Guanaco
36
 
37
  ```
38
+ ### Human: {prompt}
39
  ### Assistant:
40
  ```
41
 
42
+ ## Provided files
43
+
44
+ Multiple quantisation parameters are provided, to allow you to choose the best one for your hardware and requirements.
45
+
46
+ Each separate quant is in a different branch. See below for instructions on fetching from different branches.
47
 
48
+ | Branch | Bits | Group Size | Act Order (desc_act) | File Size | ExLlama Compatible? | Made With | Description |
49
+ | ------ | ---- | ---------- | -------------------- | --------- | ------------------- | --------- | ----------- |
50
+ | main | 4 | 128 | False | 35.74 GB | True | GPTQ-for-LLaMa | Most compatible option. Good inference speed in AutoGPTQ and GPTQ-for-LLaMa. Lower inference quality than other options. |
51
+ | gptq-4bit-32g-actorder_True | 4 | 32 | True | 38.53 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. |
52
+ | gptq-4bit-64g-actorder_True | 4 | 64 | True | 36.00 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 64g uses less VRAM than 32g, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
53
+ | gptq-4bit-128g-actorder_True | 4 | 128 | True | 34.73 GB | True | AutoGPTQ | 4-bit, with Act Order and group size. 128g uses even less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
54
+ | gptq-3bit-128g-actorder_False | 3 | 128 | False | 26.57 GB | False | AutoGPTQ | 3-bit, with group size 128g but no act-order. Slightly higher VRAM requirements than 3-bit None. |
55
+ | gptq-3bit-128g-actorder_True | 3 | 128 | True | 26.57 GB | False | AutoGPTQ | 3-bit, with group size 128g and act-order. Higher quality than 128g-False but poor AutoGPTQ CUDA speed. |
56
+ | gptq-3bit-64g-actorder_True | 3 | 64 | True | 27.78 GB | False | AutoGPTQ | 3-bit, with group size 64g and act-order. Highest quality 3-bit option. Poor AutoGPTQ CUDA speed. |
57
+ | gptq-3bit--1g-actorder_True | 3 | None | True | 25.39 GB | False | AutoGPTQ | 3-bit, with Act Order and no group size. Lowest possible VRAM requirements. May be lower quality than 3-bit 128g. |
58
+
59
+ ## How to download from branches
60
+
61
+ - In text-generation-webui, you can add `:branch` to the end of the download name, eg `TheBloke/guanaco-65B-GPTQ:gptq-4bit-32g-actorder_True`
62
+ - With Git, you can clone a branch with:
63
+ ```
64
+ git clone --branch gptq-4bit-32g-actorder_True https://huggingface.co/TheBloke/guanaco-65B-GPTQ`
65
+ ```
66
+ - In Python Transformers code, the branch is the `revision` parameter; see below.
67
+
68
+ ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
69
+
70
+ Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
71
+
72
+ It is strongly recommended to use the text-generation-webui one-click-installers unless you know how to make a manual install.
73
 
74
  1. Click the **Model tab**.
75
  2. Under **Download custom model or LoRA**, enter `TheBloke/guanaco-65B-GPTQ`.
76
+ - To download from a specific branch, enter for example `TheBloke/guanaco-65B-GPTQ:gptq-4bit-32g-actorder_True`
77
+ - see Provided Files above for the list of branches for each option.
78
  3. Click **Download**.
79
+ 4. The model will start downloading. Once it's finished it will say "Done"
80
+ 5. In the top left, click the refresh icon next to **Model**.
81
+ 6. In the **Model** dropdown, choose the model you just downloaded: `guanaco-65B-GPTQ`
82
+ 7. The model will automatically load, and is now ready for use!
83
+ 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.
84
+ * Note that you do not need to set GPTQ parameters any more. These are set automatically from the file `quantize_config.json`.
85
+ 9. Once you're ready, click the **Text Generation tab** and enter a prompt to get started!
 
86
 
87
+ ## How to use this GPTQ model from Python code
88
+
89
+ First make sure you have [AutoGPTQ](https://github.com/PanQiWei/AutoGPTQ) installed:
90
 
91
+ `GITHUB_ACTIONS=true pip install auto-gptq`
92
 
93
+ Then try the following example code:
94
 
95
+ ```python
96
+ from transformers import AutoTokenizer, pipeline, logging
97
+ from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
98
+
99
+ model_name_or_path = "TheBloke/guanaco-65B-GPTQ"
100
+ model_basename = "Guanaco-65B-GPTQ-4bit-128g.no-act.order"
101
+
102
+ use_triton = False
103
+
104
+ tokenizer = AutoTokenizer.from_pretrained(model_name_or_path, use_fast=True)
105
+
106
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
107
+ model_basename=model_basename
108
+ use_safetensors=True,
109
+ trust_remote_code=True,
110
+ device="cuda:0",
111
+ use_triton=use_triton,
112
+ quantize_config=None)
113
+
114
+ """
115
+ To download from a specific branch, use the revision parameter, as in this example:
116
+
117
+ model = AutoGPTQForCausalLM.from_quantized(model_name_or_path,
118
+ revision="gptq-4bit-32g-actorder_True",
119
+ model_basename=model_basename,
120
+ use_safetensors=True,
121
+ trust_remote_code=True,
122
+ device="cuda:0",
123
+ quantize_config=None)
124
+ """
125
+
126
+ prompt = "Tell me about AI"
127
+ prompt_template=f'''### Human: {prompt}
128
+ ### Assistant:
129
+ '''
130
+
131
+ print("\n\n*** Generate:")
132
+
133
+ input_ids = tokenizer(prompt_template, return_tensors='pt').input_ids.cuda()
134
+ output = model.generate(inputs=input_ids, temperature=0.7, max_new_tokens=512)
135
+ print(tokenizer.decode(output[0]))
136
 
137
+ # Inference can also be done using transformers' pipeline
138
 
139
+ # Prevent printing spurious transformers error when using pipeline with AutoGPTQ
140
+ logging.set_verbosity(logging.CRITICAL)
141
+
142
+ print("*** Pipeline:")
143
+ pipe = pipeline(
144
+ "text-generation",
145
+ model=model,
146
+ tokenizer=tokenizer,
147
+ max_new_tokens=512,
148
+ temperature=0.7,
149
+ top_p=0.95,
150
+ repetition_penalty=1.15
151
+ )
152
+
153
+ print(pipe(prompt_template)[0]['generated_text'])
154
+ ```
155
+
156
+ ## Compatibility
157
+
158
+ 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.
159
+
160
+ ExLlama works with Llama models in 4-bit. Please see the Provided Files table above for per-file compatibility.
161
 
162
  <!-- footer start -->
163
  ## Discord
164
 
165
  For further support, and discussions on these models and AI in general, join us at:
166
 
167
+ [TheBloke AI's Discord server](https://discord.gg/theblokeai)
168
 
169
  ## Thanks, and how to contribute.
170
 
 
179
  * Patreon: https://patreon.com/TheBlokeAI
180
  * Ko-Fi: https://ko-fi.com/TheBlokeAI
181
 
182
+ **Special thanks to**: Luke from CarbonQuill, Aemon Algiz.
183
+
184
+ **Patreon special mentions**: Space Cruiser, Nikolai Manek, Sam, Chris McCloskey, Rishabh Srivastava, Kalila, Spiking Neurons AB, Khalefa Al-Ahmad, WelcomeToTheClub, Chadd, Lone Striker, Viktor Bowallius, Edmond Seymore, Ai Maven, Chris Smitley, Dave, Alexandros Triantafyllidis, Luke @flexchar, Elle, ya boyyy, Talal Aujan, Alex , Jonathan Leane, Deep Realms, Randy H, subjectnull, Preetika Verma, Joseph William Delisle, Michael Levine, chris gileta, K, Oscar Rangel, LangChain4j, Trenton Dambrowitz, Eugene Pentland, Johann-Peter Hartmann, Femi Adebogun, Illia Dulskyi, senxiiz, Daniel P. Andersen, Sean Connelly, Artur Olbinski, RoA, Mano Prime, Derek Yates, Raven Klaugh, David Flickinger, Willem Michiel, Pieter, Willian Hasse, vamX, Luke Pendergrass, webtim, Ghost , Rainer Wilmers, Nathan LeClaire, Will Dee, Cory Kujawski, John Detwiler, Fred von Graf, biorpg, Iucharbius , Imad Khwaja, Pierre Kircher, terasurfer , Asp the Wyvern, John Villwock, theTransient, zynix , Gabriel Tamborski, Fen Risland, Gabriel Puliatti, Matthew Berman, Pyrater, SuperWojo, Stephen Murray, Karl Bernard, Ajan Kanaga, Greatston Gnanesh, Junyu Yang.
185
 
186
  Thank you to all my generous patrons and donaters!
187
+
188
  <!-- footer end -->
189
 
190
+ # Original model card: Tim Dettmers' Guanaco 65B
191
 
192
  # Guanaco Models Based on LLaMA
193