There was an error while loading. Please reload this page.
1 parent 5c8f36b commit f15c992Copy full SHA for f15c992
1 file changed
modelopt/torch/puzzletron/post_mip/runner.py
@@ -1047,7 +1047,7 @@ def _run_lmms_eval_process(
1047
_signal_lmms_eval_process_group(process, signal.SIGKILL)
1048
raise subprocess.TimeoutExpired(
1049
argv,
1050
- timeout,
+ error.timeout,
1051
output=stdout if stdout is not None else error.output,
1052
stderr=stderr if stderr is not None else error.stderr,
1053
) from error
0 commit comments