mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	common.h : .bin --> .gguf
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-f16.bin"; // model path | ||||
|     std::string model             = "models/7B/ggml-model-f16.gguf"; // 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
	 klosax
					klosax