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
When I tried to run the code here, I encountered the following problem:
Traceback (most recent call last):
File "/home/user/MLLM/LLaVA-NeXT/test.py", line 37, in <module>
prompt_question = conv.get_prompt()
File "/home/user/MLLM/LLaVA-NeXT/llava/conversation.py", line 99, in get_prompt
raise ValueError("Llama 3 tokenizer is not available. Make sure you have the necessary permissions.")
ValueError: Llama 3 tokenizer is not available. Make sure you have the necessary permissions.
Anyone here encountered the same problem?
The text was updated successfully, but these errors were encountered:
When I tried to run the code here, I encountered the following problem:
Anyone here encountered the same problem?
The text was updated successfully, but these errors were encountered: