jerryzh168 commited on
Commit
006f2f9
·
verified ·
1 Parent(s): 5b90bcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ pipeline_tag: text-generation
23
  Install vllm nightly and torchao nightly to get some recent changes:
24
  ```
25
  pip install vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
26
- pip install git+https://github.com/pytorch/ao.git
27
  ```
28
 
29
  ## Code Example
 
23
  Install vllm nightly and torchao 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