mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	| @@ -70,7 +70,7 @@ llama_memory_context_ptr llama_memory_hybrid::init_batch(llama_batch_allocr & ba | ||||
|                 // if all tokens are output, split by sequence | ||||
|                 ubatch = balloc.split_seq(n_ubatch); | ||||
|             } else { | ||||
|                 ubatch = balloc.split_equal(n_ubatch); | ||||
|                 ubatch = balloc.split_equal(n_ubatch, false); | ||||
|             } | ||||
|  | ||||
|             if (ubatch.n_tokens == 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov