mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	convert : add pre-computed hashes first to prevent order mishaps (#14701)
This commit is contained in:
		| @@ -232,7 +232,7 @@ for model in models: | ||||
| # generate the source code for the convert_hf_to_gguf.py:get_vocab_base_pre() function: | ||||
|  | ||||
| src_ifs = "" | ||||
| for model in [*all_models, *pre_computed_hashes]: | ||||
| for model in [*pre_computed_hashes, *all_models]: | ||||
|     name = model["name"] | ||||
|     tokt = model["tokt"] | ||||
|     chkhsh = model.get("chkhsh") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sigbjørn Skjæret
					Sigbjørn Skjæret