We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,按照第三节中,Llama3图片理解能力的微调文档进行操作,在进行测试的时候,执行如下的命令 export MKL_SERVICE_FORCE_INTEL=1 xtuner chat /root/model/Meta-Llama-3-8B-Instruct \ --visual-encoder /root/model/clip-vit-large-patch14-336 \ --llava /root/llama3_llava_pth/iter_1200_hf \ --prompt-template llama3_chat \ --image /root/tutorial/xtuner/llava/llava_data/test_img/oph.jpg 并且输入describe this image . 后,模型一直重复输出相同的内容,就是一句话输出之后,又重复生成,没有暂停。,好像是续写模式,请问出现这种情况是什么原因?谢谢
export MKL_SERVICE_FORCE_INTEL=1 xtuner chat /root/model/Meta-Llama-3-8B-Instruct \ --visual-encoder /root/model/clip-vit-large-patch14-336 \ --llava /root/llama3_llava_pth/iter_1200_hf \ --prompt-template llama3_chat \ --image /root/tutorial/xtuner/llava/llava_data/test_img/oph.jpg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,按照第三节中,Llama3图片理解能力的微调文档进行操作,在进行测试的时候,执行如下的命令
export MKL_SERVICE_FORCE_INTEL=1 xtuner chat /root/model/Meta-Llama-3-8B-Instruct \ --visual-encoder /root/model/clip-vit-large-patch14-336 \ --llava /root/llama3_llava_pth/iter_1200_hf \ --prompt-template llama3_chat \ --image /root/tutorial/xtuner/llava/llava_data/test_img/oph.jpg
并且输入describe this image . 后,模型一直重复输出相同的内容,就是一句话输出之后,又重复生成,没有暂停。,好像是续写模式,请问出现这种情况是什么原因?谢谢
The text was updated successfully, but these errors were encountered: