Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -91,7 +91,7 @@ export LD_LIBRARY_PATH="$CONDA_PREFIX/lib/python3.11/site-packages/fastpt/torch/
|
|
| 91 |
|
| 92 |
```bash
|
| 93 |
# If the model ID on the Hugging Face page uses different capitalization, use the actual published name.
|
| 94 |
-
hf download --model OneScience-
|
| 95 |
cd diffdock
|
| 96 |
```
|
| 97 |
|
|
|
|
| 91 |
|
| 92 |
```bash
|
| 93 |
# If the model ID on the Hugging Face page uses different capitalization, use the actual published name.
|
| 94 |
+
hf download --model OneScience-Group/diffdock --local-dir ./diffdock
|
| 95 |
cd diffdock
|
| 96 |
```
|
| 97 |
|