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 |
# By default, the package is downloaded to the GenScore folder under the current path. To change this, adjust the path after local_dir.
|
| 94 |
-
hf download --model OneScience-
|
| 95 |
|
| 96 |
cd model
|
| 97 |
```
|
|
|
|
| 91 |
|
| 92 |
```bash
|
| 93 |
# By default, the package is downloaded to the GenScore folder under the current path. To change this, adjust the path after local_dir.
|
| 94 |
+
hf download --model OneScience-Group/GenScore --local-dir ./model
|
| 95 |
|
| 96 |
cd model
|
| 97 |
```
|