Instructions to use waltgrace/yolo11-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use waltgrace/yolo11-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir yolo11-mlx waltgrace/yolo11-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload omniparser_mlx.json with huggingface_hub
Browse files- omniparser_mlx.json +8 -0
omniparser_mlx.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"nc": 1,
|
| 3 |
+
"scale": "m",
|
| 4 |
+
"names": {
|
| 5 |
+
"0": "icon"
|
| 6 |
+
},
|
| 7 |
+
"source": "dlf-yolo-world/omniparser_weights/icon_detect/model.pt"
|
| 8 |
+
}
|