Skip to content

Commit c1eb27e

Browse files
committed
disable fb
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent d495f14 commit c1eb27e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/pr-vllm.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ 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 git+https://github.com/huggingface/transformers.git
315314
mkdir src
316315
mv vllm src/vllm
317316
'
@@ -321,7 +320,6 @@ jobs:
321320
docker exec ${CONTAINER_ID} sh -c '
322321
set -eux
323322
nvidia-smi
324-
uv pip list | grep transformers
325323
326324
# Examples Test # 30min
327325
cd /workdir/examples
@@ -335,7 +333,7 @@ jobs:
335333
python3 offline_inference/vision_language.py --seed 0
336334
python3 offline_inference/vision_language_pooling.py --seed 0
337335
python3 offline_inference/vision_language_multi_image.py --seed 0
338-
VLLM_USE_V1=0 python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
336+
# VLLM_USE_V1=0 python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
339337
python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
340338
python3 offline_inference/basic/classify.py
341339
python3 offline_inference/basic/embed.py
@@ -593,7 +591,6 @@ jobs:
593591
uv pip install --system pytest pytest-asyncio
594592
uv pip install --system -e tests/vllm_test_utils
595593
uv pip install --system hf_transfer
596-
uv pip install --system git+https://github.com/huggingface/transformers.git
597594
mkdir src
598595
mv vllm src/vllm
599596
'
@@ -603,7 +600,6 @@ jobs:
603600
docker exec ${CONTAINER_ID} sh -c '
604601
set -eux
605602
nvidia-smi
606-
uv pip list | grep transformers
607603
608604
# Examples Test # 30min
609605
cd /workdir/examples
@@ -617,7 +613,7 @@ jobs:
617613
python3 offline_inference/vision_language.py --seed 0
618614
python3 offline_inference/vision_language_pooling.py --seed 0
619615
python3 offline_inference/vision_language_multi_image.py --seed 0
620-
VLLM_USE_V1=0 python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
616+
# VLLM_USE_V1=0 python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
621617
python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
622618
python3 offline_inference/basic/classify.py
623619
python3 offline_inference/basic/embed.py
@@ -875,7 +871,6 @@ jobs:
875871
uv pip install --system pytest pytest-asyncio
876872
uv pip install --system -e tests/vllm_test_utils
877873
uv pip install --system hf_transfer
878-
uv pip install --system git+https://github.com/huggingface/transformers.git
879874
mkdir src
880875
mv vllm src/vllm
881876
'
@@ -885,7 +880,6 @@ jobs:
885880
docker exec ${CONTAINER_ID} sh -c '
886881
set -eux
887882
nvidia-smi
888-
uv pip list | grep transformers
889883
890884
# Examples Test # 30min
891885
cd /workdir/examples
@@ -899,7 +893,7 @@ jobs:
899893
python3 offline_inference/vision_language.py --seed 0
900894
python3 offline_inference/vision_language_pooling.py --seed 0
901895
python3 offline_inference/vision_language_multi_image.py --seed 0
902-
VLLM_USE_V1=0 python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
896+
# VLLM_USE_V1=0 python3 others/tensorize_vllm_model.py --model facebook/opt-125m serialize --serialized-directory /tmp/ --suffix v1 && python3 others/tensorize_vllm_model.py --model facebook/opt-125m deserialize --path-to-tensors /tmp/vllm/facebook/opt-125m/v1/model.tensors
903897
python3 offline_inference/encoder_decoder_multimodal.py --model-type whisper --seed 0
904898
python3 offline_inference/basic/classify.py
905899
python3 offline_inference/basic/embed.py

0 commit comments

Comments
 (0)