fix: have 0 default workers for eval

This commit is contained in:
mbsantiago 2026-05-04 17:12:35 +01:00
parent d7e61ccd43
commit 44f9870e9e

View File

@ -77,6 +77,7 @@ DEFAULT_OUTPUT_DIR = Path("outputs") / "evaluation"
"num_workers", "num_workers",
type=int, type=int,
help="Number of worker processes for dataset loading.", help="Number of worker processes for dataset loading.",
default=0,
) )
def evaluate_command( def evaluate_command(
model_path: Path, model_path: Path,