prince-canuma commited on
Commit
5070b10
1 Parent(s): e59cc5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 --max-tokens 100 --temp 0.0
 
 
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
  ```