-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
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
为什么使用huggingface上面的代码,老是说识别不了这个model type tinyllava
#162
Comments
使用load_model.py中的load_pretrained_model函数加载试试 |
还是不行 |
而且很奇怪的一点是我明明给的是从huggingface上面下载下来的本地路径,也设置了 model = TinyLlavaForConditionalGeneration.from_pretrained(model_name_or_path, local_files_only=True, # 仅使用本地文件 |
应该是环境问题 重新执行pip install -e .之后试一下 |
麻烦请问可以提供一下你的模型结构吗,可以打印一下吗,我实在是跑不通 |
|
使用不了Zhang199/TinyLLaVA-Qwen2-0.5B-SigLIP,但是能使用tinyllava/TinyLLaVA-Phi-2-SigLIP-3.1B,transformer库升级也没用
The text was updated successfully, but these errors were encountered: