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.56 "
314+ uv pip install --system "transformers<4.55 "
315315 mkdir src
316316 mv vllm src/vllm
317317 '
@@ -593,7 +593,7 @@ jobs:
593593 uv pip install --system pytest pytest-asyncio
594594 uv pip install --system -e tests/vllm_test_utils
595595 uv pip install --system hf_transfer
596- uv pip install --system "transformers<4.56 "
596+ uv pip install --system "transformers<4.55 "
597597 mkdir src
598598 mv vllm src/vllm
599599 '
@@ -875,7 +875,7 @@ jobs:
875875 uv pip install --system pytest pytest-asyncio
876876 uv pip install --system -e tests/vllm_test_utils
877877 uv pip install --system hf_transfer
878- uv pip install --system "transformers<4.56 "
878+ uv pip install --system "transformers<4.55 "
879879 mkdir src
880880 mv vllm src/vllm
881881 '
You can’t perform that action at this time.
0 commit comments