File size: 356 Bytes
b87a3f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: apache-2.0
---
This is BLIP3o-NEXT-Pretrain checkpoint.
### Download
```
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="BLIP3o/BLIP3o-NEXT-Pretrain-3B",
repo_type="model"
)
```
Clone the repo (if you haven’t already) and install the environment:
```
git clone https://github.com/JiuhaiChen/BLIP3o.git |