mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	cparams : rename LLAMA_MAX_PARALLEL_SEQUENCES to LLAMA_MAX_SEQ (#14188)
ggml-ci
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| #include "llama-cparams.h" | ||||
|  | ||||
| size_t llama_max_parallel_sequences(void) { | ||||
|     return LLAMA_MAX_PARALLEL_SEQUENCES; | ||||
|     return LLAMA_MAX_SEQ; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov