mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-31 19:37:04 +08:00
[CI/Build] Skip broken ViT backend functionality test tempoarily (#30782)
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn> (cherry picked from commit 4de08ad698674560be7abebd9437d698d1216872)
This commit is contained in:
parent
6a88d590bb
commit
e397bd6592
@ -388,6 +388,7 @@ def run_video_test(config, mm_encoder_attn_backend, video_assets, vllm_runner):
|
|||||||
"mm_encoder_attn_backend",
|
"mm_encoder_attn_backend",
|
||||||
[None] + current_platform.get_supported_vit_attn_backends(),
|
[None] + current_platform.get_supported_vit_attn_backends(),
|
||||||
)
|
)
|
||||||
|
@pytest.mark.skip(reason="Broken test due to memory segmentation fault")
|
||||||
@create_new_process_for_each_test()
|
@create_new_process_for_each_test()
|
||||||
def test_vit_backend_functionality(
|
def test_vit_backend_functionality(
|
||||||
model_key: str,
|
model_key: str,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user