shermansiu
commited on
Commit
•
9e29d4e
1
Parent(s):
a38b7de
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,7 @@ You can load the model like so:
|
|
19 |
|
20 |
```python
|
21 |
from graphcast import checkpoint
|
|
|
22 |
|
23 |
REPO_ID = "shermansiu/dm_graphcast_operational"
|
24 |
FILENAME = "GraphCast_operational - ERA5-HRES 1979-2021 - resolution 0.25 - pressure levels 13 - mesh 2to6 - precipitation output only.npz"
|
|
|
19 |
|
20 |
```python
|
21 |
from graphcast import checkpoint
|
22 |
+
from huggingface_hub import hf_hub_download
|
23 |
|
24 |
REPO_ID = "shermansiu/dm_graphcast_operational"
|
25 |
FILENAME = "GraphCast_operational - ERA5-HRES 1979-2021 - resolution 0.25 - pressure levels 13 - mesh 2to6 - precipitation output only.npz"
|