mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	context : remove logits_all flag
ggml-ci
This commit is contained in:
		@@ -324,7 +324,6 @@ struct common_params {
 | 
			
		||||
    bool ctx_shift         = true;  // context shift on inifinite text generation
 | 
			
		||||
 | 
			
		||||
    bool input_prefix_bos  = false; // prefix BOS to user inputs, preceding input_prefix
 | 
			
		||||
    bool logits_all        = false; // return logits for all tokens in the batch
 | 
			
		||||
    bool use_mmap          = true;  // use mmap for faster loads
 | 
			
		||||
    bool use_mlock         = false; // use mlock to keep model in memory
 | 
			
		||||
    bool verbose_prompt    = false; // print prompt tokens before generation
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user