"vscode:/vscode.git/clone" did not exist on "a42d2df75f932711deee18e0f4d8ca92fe7ece8c"
Unverified Commit ca212880 authored by Lucas Wilkinson's avatar Lucas Wilkinson Committed by GitHub
Browse files

[CI] Fix OOM in Hopper Fusion E2E Tests (H100) (#32489)


Signed-off-by: default avatarLucas Wilkinson <lwilkins@redhat.com>
parent 4c82b6fa
......@@ -1064,7 +1064,8 @@ steps:
- tests/compile/test_fusion_attn.py
commands:
- export VLLM_TEST_CLEAN_GPU_MEMORY=1
- pytest -v -s tests/compile/test_fusion_attn.py
# skip Llama-4 since it does not fit on this device
- pytest -v -s tests/compile/test_fusion_attn.py -k 'not Llama-4'
- label: Hopper Fusion Distributed E2E Tests (2xH100) # 70min
timeout_in_minutes: 70
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment