JunHowie commited on
Commit
9628d5e
·
verified ·
1 Parent(s): 4cc7c19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -39,6 +39,13 @@ vllm serve \
39
  ```
40
 
41
  ### 【Dependencies / Installation】
 
 
 
 
 
 
 
42
  As of **2025-08-21**, create a fresh Python environment and run:
43
 
44
  ```bash
@@ -49,6 +56,9 @@ pip install git+https://github.com/Fazziekey/transformers.git@seed-oss
49
 
50
  ### 【Logs】
51
  ```
 
 
 
52
  2025-08-21
53
  1. Initial commit
54
  ```
 
39
  ```
40
 
41
  ### 【Dependencies / Installation】
42
+ As of **2025-09-15**, create a fresh Python environment and run:
43
+
44
+ ```bash
45
+ vllm>=0.10.2
46
+ transformers>=4.56.1
47
+ ```
48
+
49
  As of **2025-08-21**, create a fresh Python environment and run:
50
 
51
  ```bash
 
56
 
57
  ### 【Logs】
58
  ```
59
+ 2025-09-15
60
+ 1.Update 【Dependencies / Installation】
61
+
62
  2025-08-21
63
  1. Initial commit
64
  ```