Skip to content

Commit

Permalink
fixed incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jul 19, 2024
1 parent 4bc7533 commit 09a31fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelconverter/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ def convert(
)
generator = ArchiveGenerator(
archive_name=cfg.name,
save_path=str(output_dir),
save_path=str(output_path),
cfg_dict=nn_archive.model_dump(),
executables_paths=[
str(out_model) for out_model in out_models
Expand Down

0 comments on commit 09a31fa

Please sign in to comment.