Skip to content
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

🐛[BUG]: GraphCast Model Registry Issues #195

Open
david5010 opened this issue Jul 19, 2024 · 3 comments
Open

🐛[BUG]: GraphCast Model Registry Issues #195

david5010 opened this issue Jul 19, 2024 · 3 comments
Labels
question Further information is requested

Comments

@david5010
Copy link

Version

main

On which installation method(s) does this occur?

Source

Describe the issue

Currently, it looks like GraphCast metadata can't be downloaded correctly. It currently fails when running the graphcast_simple.py but it looks like it downloaded some parameters and stats needed for it to run. My guess is that the download and caching logic might be faulty for GraphCast. Here's what the parameters and stats look like in my .cache/

image

If anyone else has solved this issue, please let me know how you ran graphcast!

Environment details

pip install .
pip install .[graphcast]
pip install -r requirements.txt
@david5010 david5010 added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jul 19, 2024
@nbren12
Copy link
Collaborator

nbren12 commented Oct 7, 2024

Does it still fail if you clean up the cache. I recently use graphcast, but manually downloaded it with gsutil into a $MODEL_REGISTRY. That workflow may be more robust.

@nbren12 nbren12 added question Further information is requested and removed bug Something isn't working ? - Needs Triage Need team to review and classify labels Oct 7, 2024
@david5010
Copy link
Author

It still fails. I've tried to download the weights and stats directly from Google's repository but I don't know how to format it correctly for this use case. Would you be able to share how you manually downloaded with gsutil @nbren12 ? I also can't find gsutil in the repository

@nbren12
Copy link
Collaborator

nbren12 commented Oct 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants