Skip to content

Commit 861a2a3

Browse files
committed
downgrade transformer 4.56.2
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 05f92ff commit 861a2a3

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.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
'

0 commit comments

Comments
 (0)