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:";
177
177
user_prompt = prompt + "\nASSISTANT:";
178
178
if (params->verbose_prompt) {
179
-
auto tmp = ::common_tokenize(ctx_llava->ctx_llama, user_prompt, true, true);
179
+
auto tmp = common_tokenize(ctx_llava->ctx_llama, user_prompt, true, true);
0 commit comments