Update README.md
Browse files
README.md
CHANGED
@@ -62,6 +62,7 @@ To learn more about the exact algorithm and the different benchmarks on perplexi
|
|
62 |
|
63 |
```sh
|
64 |
pip install transformers accelerate optimum
|
|
|
65 |
```
|
66 |
|
67 |
```py
|
|
|
62 |
|
63 |
```sh
|
64 |
pip install transformers accelerate optimum
|
65 |
+
pip install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu117/
|
66 |
```
|
67 |
|
68 |
```py
|