Oscar Wu commited on
Commit
1b33db0
1 Parent(s): 78b264a

Updated README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,8 +34,8 @@ Loading the model checkpoint of this xMADified model requires less than 6 GiB of
34
 
35
  **Package prerequisites**: Run the following commands to install the required packages.
36
  ```bash
37
- pip install -q --upgrade transformers accelerate optimum
38
- pip install -q --no-build-isolation auto-gptq
39
  ```
40
 
41
  **Sample Inference Code**
 
34
 
35
  **Package prerequisites**: Run the following commands to install the required packages.
36
  ```bash
37
+ pip install torch==2.4.0 transformers accelerate optimum
38
+ pip install -vvv --no-build-isolation "git+https://github.com/PanQiWei/AutoGPTQ.git@v0.7.1"
39
  ```
40
 
41
  **Sample Inference Code**