mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-05 06:02:19 +02:00
Fix quantize script not finding models in parent directory (#428)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user