Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ Experience intelligent one-click AI4S programming through the OneCode online env
|
|
| 60 |
### Download the Model Package
|
| 61 |
|
| 62 |
```bash
|
| 63 |
-
hf download --model OneScience-
|
| 64 |
cd GraphCast
|
| 65 |
```
|
| 66 |
|
|
@@ -90,7 +90,7 @@ pip install onescience[earth-gpu] -i http://mirrors.onescience.ai:3141/pypi/simp
|
|
| 90 |
The OneScience community provides ERA5 data for training (due to file size limits, the current repository contains a slice of the full dataset). Users can download it with the command below and confirm that the data path in `conf/config.yaml` is set correctly:
|
| 91 |
|
| 92 |
```bash
|
| 93 |
-
hf download --dataset OneScience-
|
| 94 |
```
|
| 95 |
|
| 96 |
### Generate Auxiliary Files
|
|
|
|
| 60 |
### Download the Model Package
|
| 61 |
|
| 62 |
```bash
|
| 63 |
+
hf download --model OneScience-Group/GraphCast --local-dir ./GraphCast
|
| 64 |
cd GraphCast
|
| 65 |
```
|
| 66 |
|
|
|
|
| 90 |
The OneScience community provides ERA5 data for training (due to file size limits, the current repository contains a slice of the full dataset). Users can download it with the command below and confirm that the data path in `conf/config.yaml` is set correctly:
|
| 91 |
|
| 92 |
```bash
|
| 93 |
+
hf download --dataset OneScience-Group/ERA5 --local-dir ./data
|
| 94 |
```
|
| 95 |
|
| 96 |
### Generate Auxiliary Files
|