diff --git a/README.md b/README.md index 8776a5a..0c48243 100644 --- a/README.md +++ b/README.md @@ -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 ```