-
Notifications
You must be signed in to change notification settings - Fork 5.7k
removed gsutil dependency #21
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
Conversation
Thanks for doing this, but can you answer a dumb question? How do you download the model with this technique? I see access denied when trying to follow the url's. Thanks. |
@FloridaPete the URL is public, basically |
I'm getting this error when running the script:
|
@Georgerowberry thank you, let me check the tar file I have uploaded. |
Hi - this is nice, but I'm afraid I can't have us officially pointing to something not controlled by us (in Google Drive) |
Of course you should upload your file, but if you prefer to force people to install 200MB of google-cloud-kit, I think that it's up to you. Normally when dealing with large dataset, most of github repository uses Google Drive approach by the way, if you are not aware of this. The right question is: why OpenAI has anything better to host files?!? |
I had the same error with your script. I ended up downloading from the google drive directly. |
@ZeweiChu @Georgerowberry I have fixed the link, that it points to the right |
Sorry I don't have time to test right now but can a version work simply with something like
|
I have removed the
gsutil
dependency usingcurl
and google drive. This approach is well-known and used in several frameworks that need to download large models files (like in FastText)