Closed LeoWootsi closed 7 months ago
Should line 81 in llava_v2_interface.py
if "[img]" in question: question = question.replace("<img>", IMAGE_PLACEHOLDER)
be
if "<img>" in question: question = question.replace("<img>", IMAGE_PLACEHOLDER)
?
Thank you for your feedback, I have modified it.
Should line 81 in llava_v2_interface.py
be
?