anzhi2710gmailcom commited on
Commit
73eee7b
·
verified ·
1 Parent(s): 9d6a2a3

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-Sugon/GenScore --local-dir ./model
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
  ```