mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : update ".bin" to ".gguf" extension
ggml-ci
This commit is contained in:
		| @@ -52,7 +52,7 @@ struct gpt_params { | ||||
|     std::string cfg_negative_prompt;       // string to help guidance | ||||
|     float       cfg_scale         = 1.f;   // How strong is guidance | ||||
|  | ||||
|     std::string model             = "models/7B/ggml-model.bin"; // model path | ||||
|     std::string model             = "models/7B/ggml-model-f16.bin"; // model path | ||||
|     std::string model_alias       = "unknown"; // model alias | ||||
|     std::string prompt            = ""; | ||||
|     std::string path_prompt_cache = "";  // path to file for saving/loading prompt eval state | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov