You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system_prompt = "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\nUSER:";
174
174
user_prompt = prompt + "\nASSISTANT:";
175
175
if (params->verbose_prompt) {
176
-
auto tmp = ::llama_tokenize(ctx_llava->ctx_llama, user_prompt, true, true);
176
+
auto tmp = ::llama_tokenize(ctx_llava->ctx_llama, user_prompt, true, true, true);
0 commit comments