Update checkpoint download instructions
Browse files
README.md
CHANGED
|
@@ -28,8 +28,9 @@ https://github.com/KohsukeIde/BeyondSingleObject
|
|
| 28 |
## Download
|
| 29 |
|
| 30 |
```bash
|
| 31 |
-
huggingface-cli download idekoh/Multi-3DLLM
|
| 32 |
-
|
|
|
|
| 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:
|