[Model] Add HyperCLOVAX-SEED-Think-14B language model support (#37107)

Signed-off-by: bigshanedogg <bigshane319@gmail.com>
This commit is contained in:
bigshanedogg
2026-03-16 15:40:05 +09:00
committed by GitHub
parent 7362b4450a
commit 2390d44209
7 changed files with 837 additions and 2 deletions

View File

@@ -103,6 +103,10 @@ AITER_MODEL_LIST = [
marks=[pytest.mark.core_model, pytest.mark.cpu_model],
),
pytest.param("swiss-ai/Apertus-8B-Instruct-2509"), # apertus
pytest.param(
"naver-hyperclovax/HyperCLOVAX-SEED-Think-14B", # hyperclovax
marks=[large_gpu_mark(min_gb=32)],
),
],
)
@pytest.mark.parametrize("max_tokens", [32])