Update README.md
Browse files
README.md
CHANGED
|
@@ -58,13 +58,13 @@ This MLX release converts the upstream checkpoint with **3-bit** quantization fo
|
|
| 58 |
## π Quickstart (CLI)
|
| 59 |
|
| 60 |
**Single image caption**
|
| 61 |
-
```
|
| 62 |
python -m mlx_vlm.generate \
|
| 63 |
--model <this-repo-id> \
|
| 64 |
--image /path/to/image.jpg \
|
| 65 |
--prompt "Describe this image in two concise sentences." \
|
| 66 |
--max-tokens 128 --temperature 0.0 --device mps --seed 0
|
| 67 |
-
|
| 68 |
|
| 69 |
## π Model Family Comparison (2-bit β 6-bit)
|
| 70 |
|
|
|
|
| 58 |
## π Quickstart (CLI)
|
| 59 |
|
| 60 |
**Single image caption**
|
| 61 |
+
```python
|
| 62 |
python -m mlx_vlm.generate \
|
| 63 |
--model <this-repo-id> \
|
| 64 |
--image /path/to/image.jpg \
|
| 65 |
--prompt "Describe this image in two concise sentences." \
|
| 66 |
--max-tokens 128 --temperature 0.0 --device mps --seed 0
|
| 67 |
+
```
|
| 68 |
|
| 69 |
## π Model Family Comparison (2-bit β 6-bit)
|
| 70 |
|