JustinLin610 commited on
Commit
9585e2a
1 Parent(s): 03f5fb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -55,7 +55,10 @@ Before running the code, make sure you have setup the environment and installed
55
 
56
  ```bash
57
  pip install -r requirements.txt
58
- pip install auto-gptq optimum
 
 
 
59
  ```
60
 
61
  接下来你可以开始使用Transformers来使用我们的模型。关于视觉模块的更多用法,请参考[教程](TUTORIAL.md)。
 
55
 
56
  ```bash
57
  pip install -r requirements.txt
58
+ pip install optimum
59
+
60
+ git clone https://github.com/JustinLin610/AutoGPTQ.git & cd AutoGPTQ
61
+ pip install -v .
62
  ```
63
 
64
  接下来你可以开始使用Transformers来使用我们的模型。关于视觉模块的更多用法,请参考[教程](TUTORIAL.md)。