mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 16:06:22 +08:00
[CI/Build] Disable multi-node test for InternVL2 (#8428)
This commit is contained in:
parent
c16369455f
commit
b61bd98f90
@ -32,9 +32,10 @@ VLLM_MULTI_NODE = os.getenv("VLLM_MULTI_NODE", "0") == "1"
|
||||
(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, 0, 1, 0, "meta-llama/Meta-Llama-3-8B", "ray"),
|
||||
(1, 2, 1, 1, 1, "OpenGVLab/InternVL2-1B", "ray"),
|
||||
(1, 2, 1, 1, 1, "OpenGVLab/InternVL2-2B", "ray"),
|
||||
(1, 2, 1, 0, 1, "OpenGVLab/InternVL2-4B", "ray"),
|
||||
# TODO: Enable internVL2 in a separate test if needed
|
||||
# (1, 2, 1, 1, 1, "OpenGVLab/InternVL2-1B", "ray"),
|
||||
# (1, 2, 1, 1, 1, "OpenGVLab/InternVL2-2B", "ray"),
|
||||
# (1, 2, 1, 0, 1, "OpenGVLab/InternVL2-4B", "ray"),
|
||||
],
|
||||
)
|
||||
@fork_new_process_for_each_test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user