From e7a05d50620ee8bc1670fd76dffc7a724c2cb268 Mon Sep 17 00:00:00 2001 From: JunHowie Date: Mon, 15 Sep 2025 05:48:39 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ```