mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
Fix quantize script not finding models in parent directory (#428)
This commit is contained in:
parent
4cc053b6d5
commit
404e1da38e
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…
Reference in a new issue