ecmwf-lab / ai-models

Apache License 2.0
365 stars 55 forks source link

Graphcast not available #11

Closed louisPoulain closed 1 year ago

louisPoulain commented 1 year ago

Hello, First of all thanks for this plugin ! I tried to infer using graphcast but launching ai-models --some-options graphcast outputs the following error. ai-models: error: argument MODEL: invalid choice: 'graphcast' (choose from 'fourcastnet', 'panguweather', 'fourcastnetv2-small') Do you have have any guess why it happens ?

Thank you !

louisPoulain commented 1 year ago

Problem solved, you need to clone the repo instead of pip installing it (version 0.0.3 not released yet)

manmeet3591 commented 7 months ago

https://github.com/google-deepmind/graphcast this repo ?

louisPoulain commented 7 months ago

Hi @manmeet3591 ! I was talking about the ecmwf repo at that time. I suppose now there are no problem anymore (even with the pypi release). This issue was due to the entry points not being up to date with the current version of ECMWF’s graphcast repo on github