Update README.md
#1
by
Junghyun
- opened
Remove redundant apply_chat_template import
from llava.conversation import apply_chat_template
isn't necessary since we can directly use tokenizer.apply_chat_template which provides the same functionality.
kimyoungjune
changed pull request status to
merged