Support opt model (#10165)

This commit is contained in:
wenhuipeng
2025-09-09 12:45:00 +08:00
committed by GitHub
parent 83d55ac51f
commit 16ff3d4b05
2 changed files with 638 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ ALL_MODELS = [
trust_remote_code=True,
skip_long_prompt=True,
),
ModelCase("facebook/opt-125m", skip_long_prompt=True),
ModelCase(
"nvidia/Llama-3_3-Nemotron-Super-49B-v1_5",
tp_size=2,