Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_suites/disabled.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Disable this due to known vLLM crash issue with Qwen3.5: https://github.com/vllm-project/vllm/issues/36237
tests/test_suites/vlm/vlm_grpo-qwen3.5-35ba3b-geo3k-2n8g-automodel-ep16.sh
tests/test_suites/vlm/vlm_grpo-qwen3.5-35ba3b-geo3k-2n8g-megatron-ep16.sh
# Flaky hang (passes on rerun); same vLLM issue, unresolved as of vLLM 0.20. Re-enable after next vLLM bump.
tests/test_suites/llm/grpo-qwen3.5-35ba3b-2n8g-automodel-ep16.sh

# Disable this due to know vLLM bug with Qwen3.5: https://github.com/vllm-project/vllm/issues/37856
tests/test_suites/llm/grpo-qwen3.5-397ba17b-32n8g-megatron.v2.sh
3 changes: 2 additions & 1 deletion tests/test_suites/nightly.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ tests/test_suites/llm/grpo-moonlight-16ba3b-4n8g-megatron.sh
tests/test_suites/llm/grpo-qwen3.5-9b-1n8g-megatron.sh

# Functional Qwen3.5-35B run (text-only task)
tests/test_suites/llm/grpo-qwen3.5-35ba3b-2n8g-automodel-ep16.sh
# Disabled due to known flaky vLLM hang with Qwen3.5 (see disabled.txt): https://github.com/vllm-project/vllm/issues/36237
# tests/test_suites/llm/grpo-qwen3.5-35ba3b-2n8g-automodel-ep16.sh
tests/test_suites/llm/grpo-qwen3.5-35ba3b-2n8g-megatron-ep16tp2cp2.sh

# Functional VLM run
Expand Down
Loading