We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc053b commit 404e1daCopy full SHA for 404e1da
quantize.py
@@ -57,6 +57,7 @@ def main():
57
# )
58
59
args = parser.parse_args()
60
+ args.models_path = os.path.abspath(args.models_path)
61
62
if not os.path.isfile(args.quantize_script_path):
63
print(
0 commit comments