Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
mlx-community
/
sam3.1-bf16
like
6
Follow
MLX Community
10.9k
MLX
Safetensors
sam3.1_video
sam3
sam3.1
segmentation
detection
tracking
object-multiplex
Model card
Files
Files and versions
xet
Community
Use this model
prince-canuma
commited on
11 days ago
Commit
2b23e69
·
verified
·
1 Parent(s):
1f6152b
Add minimum version requirement (mlx-vlm>=0.4.3)
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -26,7 +26,7 @@ SAM 3.1 extends SAM 3 with:
26
## Quick Start
27
28
```bash
29
-
pip install mlx-vlm
30
```
31
32
```python
26
## Quick Start
27
28
```bash
29
+
pip install mlx-vlm
>=0.4.3
30
```
31
32
```python