Update README.md

This commit is contained in:
JunHowie
2025-09-15 05:48:39 +00:00
committed by system
parent dd8b5d7dca
commit e7a05d5062

View File

@@ -39,6 +39,13 @@ vllm serve \
```
### 【Dependencies / Installation】
As of **2025-09-15**, create a fresh Python environment and run:
```bash
vllm>=0.10.2
transformers>=4.56.1
```
As of **2025-08-21**, create a fresh Python environment and run:
```bash
@@ -49,6 +56,9 @@ pip install git+https://github.com/Fazziekey/transformers.git@seed-oss
### 【Logs】
```
2025-09-15
1.Update 【Dependencies / Installation】
2025-08-21
1. Initial commit
```