File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ jobs:
311311 uv pip install --system pytest pytest-asyncio
312312 uv pip install --system -e tests/vllm_test_utils
313313 uv pip install --system hf_transfer
314- uv pip install --system transformers==4.57.3
314+ uv pip install --system transformers==4.56.2
315315 mkdir src
316316 mv vllm src/vllm
317317 '
@@ -592,7 +592,7 @@ jobs:
592592 uv pip install --system pytest pytest-asyncio
593593 uv pip install --system -e tests/vllm_test_utils
594594 uv pip install --system hf_transfer
595- uv pip install --system transformers==4.57.3
595+ uv pip install --system transformers==4.56.2
596596 mkdir src
597597 mv vllm src/vllm
598598 '
@@ -873,7 +873,7 @@ jobs:
873873 uv pip install --system pytest pytest-asyncio
874874 uv pip install --system -e tests/vllm_test_utils
875875 uv pip install --system hf_transfer
876- uv pip install --system transformers==4.57.3
876+ uv pip install --system transformers==4.56.2
877877 mkdir src
878878 mv vllm src/vllm
879879 '
You can’t perform that action at this time.
0 commit comments