tclf90 commited on
Commit
08026aa
·
verified ·
1 Parent(s): 0928ede

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -50,13 +50,10 @@ vllm serve \
50
 
51
  ### 【Dependencies / Installation】
52
 
53
- As of **2025-08-12**, create a fresh Python environment and run:
54
 
55
  ```bash
56
- # Patched vLLM (see: https://github.com/vllm-project/vllm/pull/22716)
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