Update README.md
Browse files
README.md
CHANGED
|
@@ -50,13 +50,10 @@ vllm serve \
|
|
| 50 |
|
| 51 |
### 【Dependencies / Installation】
|
| 52 |
|
| 53 |
-
As of **2025-08-
|
| 54 |
|
| 55 |
```bash
|
| 56 |
-
|
| 57 |
-
git clone -b glm-45 https://github.com/zRzRzRzRzRzRzR/vllm.git
|
| 58 |
-
cd vllm
|
| 59 |
-
VLLM_USE_PRECOMPILED=1 pip install .
|
| 60 |
|
| 61 |
# Install preview build of Transformers with GLM-4.5V support
|
| 62 |
pip install transformers-v4.55.0-GLM-4.5V-preview
|
|
|
|
| 50 |
|
| 51 |
### 【Dependencies / Installation】
|
| 52 |
|
| 53 |
+
As of **2025-08-25**, create a fresh Python environment and run:
|
| 54 |
|
| 55 |
```bash
|
| 56 |
+
pip install vllm==0.10.1.1
|
|
|
|
|
|
|
|
|
|
| 57 |
|
| 58 |
# Install preview build of Transformers with GLM-4.5V support
|
| 59 |
pip install transformers-v4.55.0-GLM-4.5V-preview
|