JunHowie commited on
Commit
3ad0378
·
verified ·
1 Parent(s): 346aafb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -42,6 +42,13 @@ vllm serve \
42
  ```
43
 
44
  ### 【Dependencies / Installation】
 
 
 
 
 
 
 
45
  As of **2025-08-21**, create a fresh Python environment and run:
46
 
47
  ```bash
@@ -58,6 +65,9 @@ cp gptq_utils.py "$SITE_PACKAGES/vllm/model_executor/layers/quantization/utils/g
58
 
59
  ### 【Logs】
60
  ```
 
 
 
61
  2025-08-21
62
  1. Initial commit
63
  ```
 
42
  ```
43
 
44
  ### 【Dependencies / Installation】
45
+ As of **2025-09-15**, create a fresh Python environment and run:
46
+
47
+ ```bash
48
+ vllm>=0.10.2
49
+ transformers>=4.56.1
50
+ ```
51
+
52
  As of **2025-08-21**, create a fresh Python environment and run:
53
 
54
  ```bash
 
65
 
66
  ### 【Logs】
67
  ```
68
+ 2025-09-15
69
+ 1.Update 【Dependencies / Installation】
70
+
71
  2025-08-21
72
  1. Initial commit
73
  ```