Update README.md
Browse files
README.md
CHANGED
|
@@ -38,9 +38,7 @@ base_model: moonshotai/Kimi-Linear-48B-A3B-Instruct
|
|
| 38 |
### Prerequisite
|
| 39 |
|
| 40 |
```bash
|
| 41 |
-
|
| 42 |
-
cd vllm
|
| 43 |
-
VLLM_USE_PRECOMPILED=1 pip install -e .
|
| 44 |
```
|
| 45 |
|
| 46 |
### Basic Usage
|
|
|
|
| 38 |
### Prerequisite
|
| 39 |
|
| 40 |
```bash
|
| 41 |
+
pip install vllm==0.11.1
|
|
|
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
### Basic Usage
|