prince-canuma commited on
Commit
2b23e69
·
verified ·
1 Parent(s): 1f6152b

Add minimum version requirement (mlx-vlm>=0.4.3)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -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