LLaVA-NeXT
LLaVA-NeXT copied to clipboard
Conversation.copy() does not work well
When do copy()
of llama_v3
version Conversation
, tokenizer
and other attributes are not copied, causing an error at self.tokenizer.apply_chat_template()
in get_prompt()
.