yushuang88 commited on
Commit
bf1bc75
·
verified ·
1 Parent(s): 5a79e15

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -65,7 +65,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
65
 
66
  ### Download the Model Package
67
  ```
68
- hf download --model OneScience-Sugon/CFDBench --local-dir ./CFDBench
69
  cd CFDBench
70
  ```
71
  ### Set Up the Runtime Environment
@@ -95,7 +95,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
95
  The OneScience community provides the `cfdbench` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
96
 
97
  ```bash
98
- hf download --dataset OneScience-Sugon/cfdbench --local-dir ./data
99
  ```
100
 
101
  ### Training
 
65
 
66
  ### Download the Model Package
67
  ```
68
+ hf download --model OneScience-Group/CFDBench --local-dir ./CFDBench
69
  cd CFDBench
70
  ```
71
  ### Set Up the Runtime Environment
 
95
  The OneScience community provides the `cfdbench` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
96
 
97
  ```bash
98
+ hf download --dataset OneScience-Group/cfdbench --local-dir ./data
99
  ```
100
 
101
  ### Training