idekoh commited on
Commit
d5dd91a
·
verified ·
1 Parent(s): 71f70d4

Update checkpoint download instructions

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -28,8 +28,9 @@ https://github.com/KohsukeIde/BeyondSingleObject
28
  ## Download
29
 
30
  ```bash
31
- huggingface-cli download idekoh/Multi-3DLLM multi-3dllm --local-dir checkpoints/multi-3dllm
32
- huggingface-cli download idekoh/Multi-3DLLM multi-3dllm-classification --local-dir checkpoints/multi-3dllm-classification
 
33
  ```
34
 
35
  Expected local layout:
 
28
  ## Download
29
 
30
  ```bash
31
+ huggingface-cli download idekoh/Multi-3DLLM \
32
+ --local-dir checkpoints \
33
+ --include "multi-3dllm/**" "multi-3dllm-classification/**"
34
  ```
35
 
36
  Expected local layout: