minor fix
Validate Operations / validate-operations (push) Failing after 3h10m0s

This commit is contained in:
NiccoloN
2026-09-07 11:05:04 +02:00
parent eafd96fd2d
commit 62a38bdb76
2 changed files with 1 additions and 1 deletions
@@ -182,7 +182,7 @@ def compile_artifact(args: Any, model: Path, architecture_out: Path, throughput_
"--pimsim-time-ms", "1000",
"--batch-size", str(args.batch_size),
"--pimcomp-pipeline", "batch",
"--pimcomp-replication", "balance",
"--pimcomp-replication", "GA",
"--raptor-extra-arg=--pipeline=4",
"--seed", str(args.seed),
"--timeout-seconds", str(args.timeout),