Robotics
Transformers
Safetensors
minicpm_vla
feature-extraction
vision-language-action
embodied-ai
minicpm
manipulation
custom_code
Instructions to use openbmb/MiniCPM-RobotManip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openbmb/MiniCPM-RobotManip with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openbmb/MiniCPM-RobotManip", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix community QR-code links in model card (#1)
Browse files- Fix community QR-code links in model card (ffb3672ba2d26851511325fae4ab155642a8baf9)
Co-authored-by: Haoze Qian <Haoze1235@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -29,11 +29,11 @@ tags:
|
|
| 29 |
</span>
|
| 30 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 31 |
<img src="X_logo.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
|
| 32 |
-
<a href="x.png" target="_blank"> X</a> |
|
| 33 |
</span>
|
| 34 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 35 |
<img src="discord_logo.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
|
| 36 |
-
<a href="discord.jpeg" target="_blank"> Discord</a> |
|
| 37 |
</span>
|
| 38 |
</p>
|
| 39 |
|
|
@@ -236,4 +236,3 @@ if __name__ == "__main__":
|
|
| 236 |
## License
|
| 237 |
|
| 238 |
Model weights and code are open-sourced under the [Apache-2.0](./LICENSE) license.
|
| 239 |
-
|
|
|
|
| 29 |
</span>
|
| 30 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 31 |
<img src="X_logo.jpg" alt="X" width="15" height="15" style="margin-right: 4px;">
|
| 32 |
+
<a href="https://huggingface.co/openbmb/MiniCPM-RobotManip/resolve/main/x.png" target="_blank"> X</a> |
|
| 33 |
</span>
|
| 34 |
<span style="display: inline-flex; align-items: center; margin-right: 2px;">
|
| 35 |
<img src="discord_logo.png" alt="Discord" width="15" height="15" style="margin-right: 4px;">
|
| 36 |
+
<a href="https://huggingface.co/openbmb/MiniCPM-RobotManip/resolve/main/discord.jpeg" target="_blank"> Discord</a> |
|
| 37 |
</span>
|
| 38 |
</p>
|
| 39 |
|
|
|
|
| 236 |
## License
|
| 237 |
|
| 238 |
Model weights and code are open-sourced under the [Apache-2.0](./LICENSE) license.
|
|
|