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