-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update URL to download pickle file #4
Comments
Can confirm this allows the download of the assets. With the current package I get this error:
Changing the URL allows using the weights from hugging face. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modify the URL for downloading the pickle in the "ai_models_aurora/model.py" file
this line
download_url = "https://huggingface.co/microsoft/aurora/resolve/main/{file}"
for this other one
download_url = "https://huggingface.co/microsoft/aurora/blob/main/{file}"
The text was updated successfully, but these errors were encountered: