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
hello! My service machine does not have an external network, how can I use a proxy to download open_clip_pytorch_model. bin .Is there any other way?
The text was updated successfully, but these errors were encountered:
same questions!!
Sorry, something went wrong.
You can find the path:/home/xxf /anaconda3/envs/videocrafter/lib/python3.8/site-packages/open_clip/pretrained.py and then find :def download_pretrained_from_hf( model_id: str, filename: str = 'open_clip_pytorch_model.bin', revision=None, cache_dir: Union[str, None] = None, ): has_hf_hub(True) cached_file = "/home/xxf/.cache/clip/open_clip_pytorch_model.bin" return cached_file
Just like what I did above, change cached_file to the path of your open_clip_pytorch_model.bin file and return the cached_file.
No branches or pull requests
hello!
My service machine does not have an external network, how can I use a proxy to download open_clip_pytorch_model. bin .Is there any other way?
The text was updated successfully, but these errors were encountered: