Fix quantize script not finding models in parent directory (#428)
This commit is contained in:
parent
4cc053b6d5
commit
404e1da38e
|
@ -57,6 +57,7 @@ def main():
|
||||||
# )
|
# )
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
args.models_path = os.path.abspath(args.models_path)
|
||||||
|
|
||||||
if not os.path.isfile(args.quantize_script_path):
|
if not os.path.isfile(args.quantize_script_path):
|
||||||
print(
|
print(
|
||||||
|
|
Loading…
Reference in New Issue