mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 07:04:53 +08:00
[Bugfix] Fix OOM in language generation test (#20814)
Signed-off-by: Isotr0py <2037008807@qq.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
9907fc4494
commit
0d21b2664c
@ -90,7 +90,7 @@ AITER_MODEL_LIST = [
|
|||||||
marks=[pytest.mark.core_model],
|
marks=[pytest.mark.core_model],
|
||||||
),
|
),
|
||||||
pytest.param(
|
pytest.param(
|
||||||
"Qwen/Qwen1.5-MoE-A2.7B-Chat",
|
"allenai/OLMoE-1B-7B-0924-Instruct",
|
||||||
marks=[pytest.mark.cpu_model],
|
marks=[pytest.mark.cpu_model],
|
||||||
)
|
)
|
||||||
])
|
])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user