-
Notifications
You must be signed in to change notification settings - Fork 88
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
Running locally without git and intternet #19
Comments
Hi, at the base model dropdown selector on the top right, you can actually type in any custom value. If you set it to the absolute path of the directory where you stored the base model it should work! |
Thanks a lot for your response. When I am giving complete folder path for base model it's giving me error as it is trying to connect to internet for file download. I download all files from huggingface and have put into base folder . My question how should I convert 33 files into single file show that base model can be loaded using pre_trained api model_class.from_pretrained( |
While I don't currently have an answer to that, but if you're still stuck on running without internet, another way which might be able to do this is to run the first time with a computer that has internet (or run That way, it should just use the cache without trying to download models from HF hub. |
Hi,
I have already downloaded base model 33 files and its there in one folder. Can you please let me know changes to run this model locally without any internet . Currently it is trying to download base model from git and its failing.
Thanks
The text was updated successfully, but these errors were encountered: