You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download the model checkpoint and want to run cambrian offline. But I encounter the following error:
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like openai/clip-vit-large-patch14-336 is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
It seems that this model needs openai/clip-vit-large-patch14-336 to run successfully. Maybe could put it into Readme? Or just put the clip into the model file to avoid download in the offline environment.
The text was updated successfully, but these errors were encountered:
Same here, I tried to change the config.json in cambrian model, but it didn't work. Btw, even if you downloaded the 4 required vision encoders, the way cambrian parse the vision encoders is somehow too complex. It can be really hard to redirect the model to local path.
I download the model checkpoint and want to run cambrian offline. But I encounter the following error:
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like openai/clip-vit-large-patch14-336 is not the path to a directory containing a file named config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
It seems that this model needs openai/clip-vit-large-patch14-336 to run successfully. Maybe could put it into Readme? Or just put the clip into the model file to avoid download in the offline environment.
The text was updated successfully, but these errors were encountered: