yushuang88 commited on
Commit
97edb94
·
verified ·
1 Parent(s): 4a24fb6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -55,7 +55,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
55
  ### Download the Model Package
56
 
57
  ```bash
58
- hf download --model OneScience-Sugon/DeepCFD --local-dir ./DeepCFD
59
  cd DeepCFD
60
  ```
61
 
@@ -85,7 +85,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
85
  The OneScience community provides the `deepcfd` dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly:
86
 
87
  ```bash
88
- hf download --dataset OneScience-Sugon/deepcfd --local-dir ./data
89
  ```
90
 
91
  The project dataset can also be [downloaded from Zenodo](https://zenodo.org/record/3666056/files/DeepCFD.zip?download=1).
 
55
  ### Download the Model Package
56
 
57
  ```bash
58
+ hf download --model OneScience-Group/DeepCFD --local-dir ./DeepCFD
59
  cd DeepCFD
60
  ```
61
 
 
85
  The OneScience community provides the `deepcfd` dataset for training. Download it with the command below and verify that the data path in `conf/config.yaml` is configured correctly:
86
 
87
  ```bash
88
+ hf download --dataset OneScience-Group/deepcfd --local-dir ./data
89
  ```
90
 
91
  The project dataset can also be [downloaded from Zenodo](https://zenodo.org/record/3666056/files/DeepCFD.zip?download=1).