Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -92,7 +92,7 @@ export LD_LIBRARY_PATH="$CONDA_PREFIX/lib/python3.11/site-packages/fastpt/torch/
|
|
| 92 |
### 2. Download the Model
|
| 93 |
|
| 94 |
```bash
|
| 95 |
-
hf download --model OneScience-
|
| 96 |
cd targetdiff
|
| 97 |
```
|
| 98 |
|
|
|
|
| 92 |
### 2. Download the Model
|
| 93 |
|
| 94 |
```bash
|
| 95 |
+
hf download --model OneScience-Group/targetdiff --local-dir ./targetdiff
|
| 96 |
cd targetdiff
|
| 97 |
```
|
| 98 |
|