shermansiu commited on
Commit
c97919e
1 Parent(s): 77e29bf

Add missing import

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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"
24
  FILENAME = "GraphCast - ERA5 1979-2017 - resolution 0.25 - pressure levels 37 - mesh 2to6 - precipitation input and output.npz"
 
19
 
20
  ```python
21
  from graphcast import checkpoint
22
+ from huggingface_hub import hf_hub_download
23
 
24
  REPO_ID = "shermansiu/dm_graphcast"
25
  FILENAME = "GraphCast - ERA5 1979-2017 - resolution 0.25 - pressure levels 37 - mesh 2to6 - precipitation input and output.npz"