Fix quantize script not finding models in parent directory
This commit is contained in:
parent
e4412b45e3
commit
128c503392
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue