Skip to content

Commit f15c992

Browse files
committed
Fix lmms-eval timeout typing
Signed-off-by: Johannes Rausch <jrausch@nvidia.com>
1 parent 5c8f36b commit f15c992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modelopt/torch/puzzletron/post_mip/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ def _run_lmms_eval_process(
10471047
_signal_lmms_eval_process_group(process, signal.SIGKILL)
10481048
raise subprocess.TimeoutExpired(
10491049
argv,
1050-
timeout,
1050+
error.timeout,
10511051
output=stdout if stdout is not None else error.output,
10521052
stderr=stderr if stderr is not None else error.stderr,
10531053
) from error

0 commit comments

Comments
 (0)