Skip to content

Commit

Permalink
Fix quantize script not finding models in parent directory (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Mar 23, 2023
1 parent 4cc053b commit 404e1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def main():
# )

args = parser.parse_args()
args.models_path = os.path.abspath(args.models_path)

if not os.path.isfile(args.quantize_script_path):
print(
Expand Down

0 comments on commit 404e1da

Please sign in to comment.