mrm8488 commited on
Commit
7b1c219
1 Parent(s): 8c89cfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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