Update README.md
Browse files
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 |
|