Skip to content

Commit 619a816

Browse files
committed
pin transformers <4.55
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent d00fd33 commit 619a816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-vllm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
'

0 commit comments

Comments
 (0)