Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ pipeline_tag: text-generation
|
|
25 |
First need to install the required packages:
|
26 |
|
27 |
```
|
28 |
-
pip install git+https://github.com/huggingface/transformers
|
29 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
30 |
```
|
31 |
|
|
|
25 |
First need to install the required packages:
|
26 |
|
27 |
```
|
28 |
+
pip install git+https://github.com/huggingface/transformers@main
|
29 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
30 |
```
|
31 |
|