-
Notifications
You must be signed in to change notification settings - Fork 416
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
怎么加载altclip模型? #527
Comments
加载hf_altclip,可以import代码了,但是下载不了模型: 报错:
|
Traceback (most recent call last): |
加了auth_token=true也不行: |
版本4.20和4.19都不行,下载报错:OSError: We couldn't connect to 'https://huggingface.co' to load this model, couldn't find it in the cached files and it looks lik |
请问这个问题解决了吗,测试通过transformers 加载遇到一样的问题 |
Description
按照readme,安装了transformers,然后import以下代码:
from modeling_altclip import AltCLIP
from processing_altclip import AltCLIPProcessor,
报错没有这个模块
Alternatives
No response
The text was updated successfully, but these errors were encountered: