@@ -438,7 +438,7 @@ steps:
438438# ----------------------------------------------------- mi300 · basic_correctness -----------------------------------------------------#
439439
440440- label : Basic Correctness # TBD
441- timeout_in_minutes : 40
441+ timeout_in_minutes : 50
442442 mirror_hardwares : [amdexperimental, amdproduction, amdgfx942nightly, amdmi300]
443443 agent_pool : mi300_1
444444 fast_check : true
@@ -456,7 +456,7 @@ steps:
456456 - pytest -v -s basic_correctness/test_cpu_offload.py
457457
458458- label : Distributed Model Tests (2 GPUs) # TBD
459- timeout_in_minutes : 180
459+ timeout_in_minutes : 65
460460 mirror_hardwares : [amdexperimental, amdproduction, amdgfx942nightly, amdmi300]
461461 agent_pool : mi300_2
462462 num_gpus : 2
@@ -678,7 +678,7 @@ steps:
678678 - pytest -v -s distributed/test_eplb_spec_decode.py
679679
680680- label : Distributed Tests (2xH100-2xMI300) # TBD
681- timeout_in_minutes : 180
681+ timeout_in_minutes : 30
682682 mirror_hardwares : [amdexperimental, amdproduction, amdgfx942nightly, amdmi300]
683683 agent_pool : mi300_2
684684 num_gpus : 2
@@ -1199,7 +1199,7 @@ steps:
11991199# --------------------------------------------------------- mi300 · examples ----------------------------------------------------------#
12001200
12011201- label : Examples # TBD
1202- timeout_in_minutes : 180
1202+ timeout_in_minutes : 45
12031203 mirror_hardwares : [amdexperimental, amdproduction, amdgfx942nightly, amdmi300]
12041204 agent_pool : mi300_1
12051205 optional : true
@@ -1212,19 +1212,16 @@ steps:
12121212 commands :
12131213 - pip install tensorizer
12141214 # Basic
1215- - python3 basic/offline_inference/chat.py --attention-backend TRITON_ATTN
1215+ - python3 basic/offline_inference/chat.py
12161216 - python3 basic/offline_inference/generate.py --model facebook/opt-125m
12171217 - python3 basic/offline_inference/generate.py --model meta-llama/Llama-2-13b-chat-hf --cpu-offload-gb 10
12181218 - python3 basic/offline_inference/classify.py
12191219 - python3 basic/offline_inference/embed.py
12201220 - python3 basic/offline_inference/score.py
12211221 # Multi-modal models
12221222 - python3 generate/multimodal/audio_language_offline.py --seed 0
1223- # These two examples import transformers before vllm, so on ROCm the HIP context
1224- # is initialized in the parent before vllm sets this guard, poisoning fork. Set it
1225- # inline to keep torch.cuda.is_available() fork-safe (see vllm/env_override.py).
1226- - PYTORCH_NVML_BASED_CUDA_CHECK=1 python3 generate/multimodal/vision_language_offline.py --seed 0
1227- - PYTORCH_NVML_BASED_CUDA_CHECK=1 python3 generate/multimodal/vision_language_multi_image_offline.py --seed 0
1223+ - python3 generate/multimodal/vision_language_offline.py --seed 0
1224+ - python3 generate/multimodal/vision_language_multi_image_offline.py --seed 0
12281225 - python3 generate/multimodal/encoder_decoder_multimodal_offline.py --model-type whisper --seed 0
12291226 # Pooling models
12301227 - python3 pooling/embed/vision_embedding_offline.py --seed 0
@@ -1666,10 +1663,7 @@ steps:
16661663 - pytest -v -s tests/models/test_transformers.py
16671664 - pytest -v -s tests/models/multimodal/test_mapping.py
16681665 - python3 examples/basic/offline_inference/chat.py
1669- # This example imports transformers before vllm, so on ROCm the HIP context is
1670- # initialized in the parent before vllm sets this guard, poisoning fork. Set it
1671- # inline to keep torch.cuda.is_available() fork-safe (see vllm/env_override.py).
1672- - PYTORCH_NVML_BASED_CUDA_CHECK=1 python3 examples/generate/multimodal/vision_language_offline.py --model-type qwen2_5_vl
1666+ - python3 examples/generate/multimodal/vision_language_offline.py --model-type qwen2_5_vl
16731667 - VLLM_WORKER_MULTIPROC_METHOD=spawn python3 examples/generate/multimodal/audio_language_offline.py --model-type whisper
16741668
16751669# ---------------------------------------------------------- mi300 · plugins ----------------------------------------------------------#
@@ -2773,7 +2767,7 @@ steps:
27732767# --------------------------------------------------------- mi355 · examples ----------------------------------------------------------#
27742768
27752769- label : Examples # TBD
2776- timeout_in_minutes : 180
2770+ timeout_in_minutes : 45
27772771 mirror_hardwares : [amdexperimental, amdproduction, amdgfx950nightly, amdmi355]
27782772 agent_pool : mi355_1
27792773 working_dir : " /vllm-workspace/examples"
@@ -2785,19 +2779,16 @@ steps:
27852779 commands :
27862780 - pip install tensorizer
27872781 # Basic
2788- - python3 basic/offline_inference/chat.py --attention-backend TRITON_ATTN
2782+ - python3 basic/offline_inference/chat.py
27892783 - python3 basic/offline_inference/generate.py --model facebook/opt-125m
27902784 - python3 basic/offline_inference/generate.py --model meta-llama/Llama-2-13b-chat-hf --cpu-offload-gb 10
27912785 - python3 basic/offline_inference/classify.py
27922786 - python3 basic/offline_inference/embed.py
27932787 - python3 basic/offline_inference/score.py
27942788 # Multi-modal models
27952789 - python3 generate/multimodal/audio_language_offline.py --seed 0
2796- # These two examples import transformers before vllm, so on ROCm the HIP context
2797- # is initialized in the parent before vllm sets this guard, poisoning fork. Set it
2798- # inline to keep torch.cuda.is_available() fork-safe (see vllm/env_override.py).
2799- - PYTORCH_NVML_BASED_CUDA_CHECK=1 python3 generate/multimodal/vision_language_offline.py --seed 0
2800- - PYTORCH_NVML_BASED_CUDA_CHECK=1 python3 generate/multimodal/vision_language_multi_image_offline.py --seed 0
2790+ - python3 generate/multimodal/vision_language_offline.py --seed 0
2791+ - python3 generate/multimodal/vision_language_multi_image_offline.py --seed 0
28012792 - python3 generate/multimodal/encoder_decoder_multimodal_offline.py --model-type whisper --seed 0
28022793 # Pooling models
28032794 - python3 pooling/embed/vision_embedding_offline.py --seed 0
0 commit comments