mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Clarify console output in convert-pth-to-ggml.py (#512)
"Processing part 1 of 3" instead of "Processing part 0"
This commit is contained in:
		| @@ -161,7 +161,7 @@ def main(): | |||||||
|  |  | ||||||
|     for p in range(n_parts): |     for p in range(n_parts): | ||||||
|  |  | ||||||
|         print(f"Processing part {p}\n") |         print(f"Processing part {p+1} of {n_parts}\n") | ||||||
|  |  | ||||||
|         fname_model = f"{dir_model}/consolidated.0{p}.pth" |         fname_model = f"{dir_model}/consolidated.0{p}.pth" | ||||||
|         fname_out = f"{dir_model}/ggml-model-{ftype_str[ftype]}.bin{'' if p == 0 else '.' + str(p)}" |         fname_out = f"{dir_model}/ggml-model-{ftype_str[ftype]}.bin{'' if p == 0 else '.' + str(p)}" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jp-x-g
					jp-x-g