Robotics
Transformers
Safetensors
minicpm_robottrack
feature-extraction
vision-language-action
embodied-ai
minicpm
visual-tracking
custom_code
Instructions to use openbmb/MiniCPM-RobotTrack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-RobotTrack with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-RobotTrack", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix project and community links in model card
#1
by Haoze1235 - opened
README.md
CHANGED
|
@@ -21,15 +21,15 @@ tags:
|
|
| 21 |
<p align="center">
|
| 22 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 23 |
<img src="assets/github.png" alt="github" width="15" height="15" style="margin-right: 4px;">
|
| 24 |
-
<a href="https://github.com/OpenBMB/MiniCPM-
|
| 25 |
</span>
|
| 26 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 27 |
<img src="assets/x.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
|
| 28 |
-
<a href="assets/x.png" target="_blank"> X</a> |
|
| 29 |
</span>
|
| 30 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 31 |
<img src="assets/discord.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
|
| 32 |
-
<a href="assets/discord.jpg" target="_blank"> Discord</a> |
|
| 33 |
</span>
|
| 34 |
</p>
|
| 35 |
|
|
|
|
| 21 |
<p align="center">
|
| 22 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 23 |
<img src="assets/github.png" alt="github" width="15" height="15" style="margin-right: 4px;">
|
| 24 |
+
<a href="https://github.com/OpenBMB/MiniCPM-Robot" target="_blank"> Github</a> |
|
| 25 |
</span>
|
| 26 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 27 |
<img src="assets/x.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
|
| 28 |
+
<a href="https://huggingface.co/openbmb/MiniCPM-RobotTrack/resolve/main/assets/x.png" target="_blank"> X</a> |
|
| 29 |
</span>
|
| 30 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 31 |
<img src="assets/discord.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
|
| 32 |
+
<a href="https://huggingface.co/openbmb/MiniCPM-RobotTrack/resolve/main/assets/discord.jpg" target="_blank"> Discord</a> |
|
| 33 |
</span>
|
| 34 |
</p>
|
| 35 |
|