jerryzh168 commited on
Commit
2c98d1c
·
verified ·
1 Parent(s): 134b774

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -61,8 +61,7 @@ Install the required packages:
61
  ```Shell
62
  # for compatibility with modeling file in checkpoint
63
  pip install transformers==4.53.0
64
- pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
65
- pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
66
  pip install accelerate
67
  ```
68
 
 
61
  ```Shell
62
  # for compatibility with modeling file in checkpoint
63
  pip install transformers==4.53.0
64
+ pip install --pre torchao torch --index-url https://download.pytorch.org/whl/nightly/cu126
 
65
  pip install accelerate
66
  ```
67