Upload README.md
Browse files
README.md
CHANGED
@@ -207,7 +207,7 @@ Note that using Git with HF repos is strongly discouraged. It will be much slowe
|
|
207 |
|
208 |
* Transformers 4.36.0, or Transformers 4.37.0.dev0 from Github
|
209 |
* Either AutoGPTQ 0.6 compiled from source and `Loader: AutoGPTQ`,
|
210 |
-
* or, `Loader: Transformers`, if you installed Transformers from Github
|
211 |
|
212 |
Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
|
213 |
|
@@ -243,7 +243,7 @@ Not currently supported for Mixtral models.
|
|
243 |
|
244 |
### Install the necessary packages
|
245 |
|
246 |
-
Requires: Transformers 4.37.0.dev0 from Github, Optimum
|
247 |
|
248 |
```shell
|
249 |
pip3 install --upgrade "git+https://github.com/huggingface/transformers" optimum
|
|
|
207 |
|
208 |
* Transformers 4.36.0, or Transformers 4.37.0.dev0 from Github
|
209 |
* Either AutoGPTQ 0.6 compiled from source and `Loader: AutoGPTQ`,
|
210 |
+
* or, `Loader: Transformers`, if you installed Transformers from Github: `pip3 install git+https://github.com/huggingface/transformers`
|
211 |
|
212 |
Please make sure you're using the latest version of [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
|
213 |
|
|
|
243 |
|
244 |
### Install the necessary packages
|
245 |
|
246 |
+
Requires: Transformers 4.37.0.dev0 from Github, Optimum 1.16.0 or later, and AutoGPTQ 0.5.1 or later.
|
247 |
|
248 |
```shell
|
249 |
pip3 install --upgrade "git+https://github.com/huggingface/transformers" optimum
|