Unverified Commit 0d21b266 authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[Bugfix] Fix OOM in language generation test (#20814)


Signed-off-by: default avatarIsotr0py <2037008807@qq.com>
Co-authored-by: default avatargemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent 9907fc44
...@@ -90,7 +90,7 @@ AITER_MODEL_LIST = [ ...@@ -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],
) )
]) ])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment