mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	define default model path once, sync path with readme (#1366)
This commit is contained in:
		| @@ -8,7 +8,6 @@ | ||||
|  | ||||
| int main(int argc, char ** argv) { | ||||
|     gpt_params params; | ||||
|     params.model = "models/llama-7B/ggml-model.bin"; | ||||
|     params.seed = 42; | ||||
|     params.n_threads = 4; | ||||
|     params.repeat_last_n = 64; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 András Salamon
					András Salamon