[CI/Build] Enable InternVL2 PP test only on single node (#8437)
This commit is contained in:
parent
acda0b35d0
commit
9b4a3b235e
@ -32,10 +32,11 @@ VLLM_MULTI_NODE = os.getenv("VLLM_MULTI_NODE", "0") == "1"
|
|||||||
(1, 4, 1, 0, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
(1, 4, 1, 0, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
||||||
(2, 2, 1, 0, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
(2, 2, 1, 0, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
||||||
(2, 2, 0, 1, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
(2, 2, 0, 1, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
||||||
# TODO: Enable internVL2 in a separate test if needed
|
# NOTE: InternVL2 multi-node tests are flaky,
|
||||||
# (1, 2, 1, 1, 1, "OpenGVLab/InternVL2-1B", "ray"),
|
# use mp backend to skip the multi-node tests
|
||||||
# (1, 2, 1, 1, 1, "OpenGVLab/InternVL2-2B", "ray"),
|
(1, 2, 1, 1, 1, "OpenGVLab/InternVL2-1B", "mp"),
|
||||||
# (1, 2, 1, 0, 1, "OpenGVLab/InternVL2-4B", "ray"),
|
(1, 2, 1, 1, 1, "OpenGVLab/InternVL2-2B", "mp"),
|
||||||
|
(1, 2, 1, 0, 1, "OpenGVLab/InternVL2-4B", "mp"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
@fork_new_process_for_each_test
|
@fork_new_process_for_each_test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user