Update README.md
Browse files
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
|
| 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 |
```
|