mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			100 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			100 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "llama-cparams.h"
 | |
| 
 | |
| size_t llama_max_parallel_sequences(void) {
 | |
|     return LLAMA_MAX_SEQ;
 | |
| }
 | 
