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

pull/444/head
Jed Fox 2 years ago committed by GitHub
parent 4cc053b6d5
commit 404e1da38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save