Skip to content

Commit 81f9635

Browse files
string
1 parent 736740e commit 81f9635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cybench/runs/run_experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def main(cfg):
385385
float_format="%.6f",
386386
)
387387
if cfg.store.model:
388-
model.save(path=repetition_path)
388+
model.save(str(repetition_path))
389389
if cfg.store.meta:
390390
save_meta_dict(path=repetition_path, dict=meta_dict)
391391

0 commit comments

Comments
 (0)