yushuang88 commited on
Commit
15bf2dd
·
verified ·
1 Parent(s): f617885

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,7 +51,7 @@ Use the online OneCode environment for an intelligent, one-click AI for Science
51
  ### Download the Model Package
52
 
53
  ```bash
54
- hf download --model OneScience-Sugon/Transolver-Car-Design --local-dir ./Transolver-Car-Design
55
  cd Transolver-Car-Design
56
  ```
57
 
@@ -82,7 +82,7 @@ pip install onescience[cfd-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple
82
  The OneScience community provides the `ShapeNetCar` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
83
 
84
  ```bash
85
- hf download --dataset OneScience-Sugon/ShapeNetCar --local-dir ./data
86
  ```
87
 
88
  ### Training
 
51
  ### Download the Model Package
52
 
53
  ```bash
54
+ hf download --model OneScience-Group/Transolver-Car-Design --local-dir ./Transolver-Car-Design
55
  cd Transolver-Car-Design
56
  ```
57
 
 
82
  The OneScience community provides the `ShapeNetCar` dataset for training. Download it with the command below and verify that the data path in `config/config.yaml` is configured correctly:
83
 
84
  ```bash
85
+ hf download --dataset OneScience-Group/ShapeNetCar --local-dir ./data
86
  ```
87
 
88
  ### Training