Fix quantize script not finding models in parent directory (#428)

This commit is contained in:
Jed Fox 2023-03-23 16:42:52 -04:00 committed by GitHub
parent 4cc053b6d5
commit 404e1da38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(