Closed J0eky closed 2 months ago
I find the solution from https://www.modelscope.cn/models/xtuner/llava-llama-3-8b-v1_1, and follow the command: xtuner chat xtuner/llava-llama-3-8b-v1_1 \ --visual-encoder openai/clip-vit-large-patch14-336 \ --llava xtuner/llava-llama-3-8b-v1_1 \ --prompt-template llama3_chat \ --image $IMAGE_PATH and then can run successfully.
How can I input a image correctly?