Commit 
							
							·
						
						2b1eb33
	
1
								Parent(s):
							
							859b5d7
								
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_small"
         | 
| 24 | 
             
            FILENAME = "GraphCast_small - ERA5 1979-2015 - resolution 1.0 - pressure levels 13 - mesh 2to5 - 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_small"
         | 
| 25 | 
             
            FILENAME = "GraphCast_small - ERA5 1979-2015 - resolution 1.0 - pressure levels 13 - mesh 2to5 - precipitation input and output.npz"
         |