Update README.md
Browse files
README.md
CHANGED
|
@@ -19,5 +19,7 @@ pip install -U mlx-vlm
|
|
| 19 |
```
|
| 20 |
|
| 21 |
```bash
|
| 22 |
-
python -m mlx_vlm.generate --model mlx-community/nanoLLaVA
|
|
|
|
|
|
|
| 23 |
```
|
|
|
|
| 19 |
```
|
| 20 |
|
| 21 |
```bash
|
| 22 |
+
python -m mlx_vlm.generate --model mlx-community/nanoLLaVA \
|
| 23 |
+
--prompt "what are these?" --image "http://images.cocodataset.org/val2017/000000039769.jpg" \
|
| 24 |
+
--max-tokens 100 --temp 0.0
|
| 25 |
```
|