Update README.md
#5
by
metascroy
- opened
README.md
CHANGED
|
@@ -19,7 +19,7 @@ pipeline_tag: text-generation
|
|
| 19 |
|
| 20 |
# Installation
|
| 21 |
```
|
| 22 |
-
pip install transformers
|
| 23 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 24 |
pip install [email protected]:EleutherAI/lm-evaluation-harness.git
|
| 25 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|
|
|
|
| 19 |
|
| 20 |
# Installation
|
| 21 |
```
|
| 22 |
+
pip install git+https://github.com/huggingface/transformers@main
|
| 23 |
pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
|
| 24 |
pip install [email protected]:EleutherAI/lm-evaluation-harness.git
|
| 25 |
pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
|