fixed typo
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ to implement production-ready inference pipelines.
|
|
76 |
Make sure you install [`vLLM >= 0.8.1`](https://github.com/vllm-project/vllm/releases/tag/v0.8.1):
|
77 |
|
78 |
```
|
79 |
-
pip install vllm --
|
80 |
```
|
81 |
|
82 |
Doing so should automatically install [`mistral_common >= 1.5.4`](https://github.com/mistralai/mistral-common/releases/tag/v1.5.4).
|
|
|
76 |
Make sure you install [`vLLM >= 0.8.1`](https://github.com/vllm-project/vllm/releases/tag/v0.8.1):
|
77 |
|
78 |
```
|
79 |
+
pip install vllm --upgrade
|
80 |
```
|
81 |
|
82 |
Doing so should automatically install [`mistral_common >= 1.5.4`](https://github.com/mistralai/mistral-common/releases/tag/v1.5.4).
|