Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit b61bd98

Browse files
authored
[CI/Build] Disable multi-node test for InternVL2 (vllm-project#8428)
1 parent c163694 commit b61bd98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/distributed/test_pipeline_parallel.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
(1, 4, 1, 0, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
3333
(2, 2, 1, 0, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
3434
(2, 2, 0, 1, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
35-
(1, 2, 1, 1, 1, "OpenGVLab/InternVL2-1B", "ray"),
36-
(1, 2, 1, 1, 1, "OpenGVLab/InternVL2-2B", "ray"),
37-
(1, 2, 1, 0, 1, "OpenGVLab/InternVL2-4B", "ray"),
35+
# TODO: Enable internVL2 in a separate test if needed
36+
# (1, 2, 1, 1, 1, "OpenGVLab/InternVL2-1B", "ray"),
37+
# (1, 2, 1, 1, 1, "OpenGVLab/InternVL2-2B", "ray"),
38+
# (1, 2, 1, 0, 1, "OpenGVLab/InternVL2-4B", "ray"),
3839
],
3940
)
4041
@fork_new_process_for_each_test

0 commit comments

Comments
 (0)