metascroy commited on
Commit
b7f6e27
·
verified ·
1 Parent(s): e000da2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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