mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into jinja
This commit is contained in:
		| @@ -250,7 +250,6 @@ struct common_params { | ||||
|     std::string lookup_cache_static  = ""; // path of static ngram cache file for lookup decoding           // NOLINT | ||||
|     std::string lookup_cache_dynamic = ""; // path of dynamic ngram cache file for lookup decoding          // NOLINT | ||||
|     std::string logits_file          = ""; // file for saving *all* logits                                  // NOLINT | ||||
|     std::string rpc_servers          = ""; // comma separated list of RPC servers                           // NOLINT | ||||
|  | ||||
|     std::vector<std::string> in_files;   // all input files | ||||
|     std::vector<std::string> antiprompt; // strings upon which more user input is prompted (a.k.a. reverse prompts) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ochafik
					ochafik