yushuang88 commited on
Commit
b456a53
·
verified ·
1 Parent(s): 3f38fb8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -56,7 +56,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
56
  ### Download the Model Package
57
 
58
  ```bash
59
- hf download --model OneScience-Sugon/MeshGraphNet --local-dir ./MeshGraphNet
60
  cd MeshGraphNet
61
  ```
62
 
@@ -87,7 +87,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
87
  The OneScience community provides the `cylinder_flow` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
88
 
89
  ```bash
90
- hf download --dataset OneScience-Sugon/cylinder_flow --local-dir ./data
91
  ```
92
 
93
  ### Training
 
56
  ### Download the Model Package
57
 
58
  ```bash
59
+ hf download --model OneScience-Group/MeshGraphNet --local-dir ./MeshGraphNet
60
  cd MeshGraphNet
61
  ```
62
 
 
87
  The OneScience community provides the `cylinder_flow` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
88
 
89
  ```bash
90
+ hf download --dataset OneScience-Group/cylinder_flow --local-dir ./data
91
  ```
92
 
93
  ### Training