aipib commited on
Commit
ba30c84
·
verified ·
1 Parent(s): 786c07a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,5 +34,5 @@ pip install -U mlx-vlm
34
  ```
35
 
36
  ```bash
37
- python -m mlx_vlm.generate --model mlx-community/LightOnOCR-2-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
38
  ```
 
34
  ```
35
 
36
  ```bash
37
+ python -m mlx_vlm.generate --model mlx-community/LightOnOCR-2-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "" --image <path_to_image>
38
  ```