Skip to content

Commit f614283

Browse files
authored
max_model_len to max-model-len
1 parent ed6c126 commit f614283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/test_lm_eval_sweep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_lm_eval_correctness(model_id, eval_def):
183183
"--model",
184184
model_id,
185185
"--disable-log-requests",
186-
"--max_model_len",
186+
"--max-model-len",
187187
str(4096),
188188
]
189189

0 commit comments

Comments
 (0)