Skip to content

Commit 404e1da

Browse files
authored
Fix quantize script not finding models in parent directory (#428)
1 parent 4cc053b commit 404e1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quantize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def main():
5757
# )
5858

5959
args = parser.parse_args()
60+
args.models_path = os.path.abspath(args.models_path)
6061

6162
if not os.path.isfile(args.quantize_script_path):
6263
print(

0 commit comments

Comments
 (0)