Skip to content

Commit 0d21b26

Browse files
[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>
1 parent 9907fc4 commit 0d21b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/language/generation/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
marks=[pytest.mark.core_model],
9191
),
9292
pytest.param(
93-
"Qwen/Qwen1.5-MoE-A2.7B-Chat",
93+
"allenai/OLMoE-1B-7B-0924-Instruct",
9494
marks=[pytest.mark.cpu_model],
9595
)
9696
])

0 commit comments

Comments
 (0)