mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	llama : add llama_sampling API + move grammar in libllama
ggml-ci
This commit is contained in:
		| @@ -294,8 +294,8 @@ int main(int argc, char ** argv) { | ||||
|     } | ||||
|  | ||||
|     // clean up | ||||
|     llama_print_timings(ctx, nullptr); | ||||
|     llama_batch_free(query_batch); | ||||
|     llama_print_timings(ctx); | ||||
|     llama_free(ctx); | ||||
|     llama_free_model(model); | ||||
|     llama_backend_free(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov