mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	Update arg.cpp
This commit is contained in:
		@@ -1919,7 +1919,7 @@ common_params_context common_params_parser_init(common_params & params, llama_ex
 | 
				
			|||||||
        [](common_params & params) {
 | 
					        [](common_params & params) {
 | 
				
			||||||
            params.use_jinja = true;
 | 
					            params.use_jinja = true;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ).set_examples({LLAMA_EXAMPLE_SERVER}));
 | 
					    ).set_examples({LLAMA_EXAMPLE_SERVER, LLAMA_EXAMPLE_MAIN}).set_env("LLAMA_ARG_JINJA"));
 | 
				
			||||||
    add_opt(common_arg(
 | 
					    add_opt(common_arg(
 | 
				
			||||||
        {"--chat-template"}, "JINJA_TEMPLATE",
 | 
					        {"--chat-template"}, "JINJA_TEMPLATE",
 | 
				
			||||||
        string_format(
 | 
					        string_format(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user