mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00: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 = 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( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jed Fox
					Jed Fox