'openai/clip-vit-large-patch14'
yang12369 opened this issue · 2 comments
yang12369 commented
给我报错OSError: Can't load tokenizer for 'openai/clip-vit-large-patch14'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'openai/clip-vit-large-patch14' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.
我按照环境去安装的,是因为我漏了什么吗,我是在autodl上面跑的
Rioxin commented
你好,我也遇到了这个问题,你怎么解决的呀
lly327 commented
我直接在 https://www.kaggle.com/datasets/ferruccioliu/openai-clip-vit-large-patch14?resource=download-directory 这里下载的,然后将FrozenCLIPEmbedder类中的version替换为下载的路径,就可以了。