jerryzh168 commited on
Commit
cba1faf
·
verified ·
1 Parent(s): 15b493e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -23,6 +23,7 @@ pipeline_tag: text-generation
23
  Install vllm nightly to get some recent changes:
24
  ```
25
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
 
26
  ```
27
 
28
  ## Code Example
@@ -71,7 +72,7 @@ vllm serve pytorch/Phi-4-mini-instruct-float8dq --tokenizer microsoft/Phi-4-mini
71
  Install the required packages:
72
  ```Shell
73
  pip install git+https://github.com/huggingface/transformers@main
74
- pip install --pre torchao --index-url https://download.pytorch.org/whl/nightly/cu126
75
  pip install torch
76
  pip install accelerate
77
  ```
 
23
  Install vllm nightly to get some recent changes:
24
  ```
25
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
26
+ pip install torchao
27
  ```
28
 
29
  ## Code Example
 
72
  Install the required packages:
73
  ```Shell
74
  pip install git+https://github.com/huggingface/transformers@main
75
+ pip install torchao
76
  pip install torch
77
  pip install accelerate
78
  ```