zheyishine commited on
Commit
feb8835
·
verified ·
1 Parent(s): b01ee29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ Next, install our vLLM wheel package:
44
  pip install https://media.githubusercontent.com/media/zheyishine/vllm_whl/refs/heads/main/vllm-0.8.5.post2.dev28%2Bgd327eed71.cu128-cp310-cp310-linux_x86_64.whl --force-reinstall
45
  ```
46
 
47
- Finally, install compatible versions of PyTorch and Torchvision after vLLM is installed:
48
  ```shell
49
  pip install transformers==4.51.1
50
  ```
 
44
  pip install https://media.githubusercontent.com/media/zheyishine/vllm_whl/refs/heads/main/vllm-0.8.5.post2.dev28%2Bgd327eed71.cu128-cp310-cp310-linux_x86_64.whl --force-reinstall
45
  ```
46
 
47
+ Finally, install compatible versions of transformers after vLLM is installed:
48
  ```shell
49
  pip install transformers==4.51.1
50
  ```