gtca commited on
Commit
8b64f60
·
verified ·
1 Parent(s): 604bbcd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,8 +32,8 @@ Available weight files:
32
  - `model_fold_0.safetensors` through `model_fold_3.safetensors` - individual CV folds
33
 
34
  ```bash
35
- # Using huggingface-cli
36
- huggingface-cli download gtca/alphagenome_pytorch model.safetensors --local-dir .
37
 
38
  # Or using Python
39
  pip install huggingface_hub
 
32
  - `model_fold_0.safetensors` through `model_fold_3.safetensors` - individual CV folds
33
 
34
  ```bash
35
+ # Using Hugging Face CLI
36
+ hf download gtca/alphagenome_pytorch model.safetensors --local-dir .
37
 
38
  # Or using Python
39
  pip install huggingface_hub