Sub01 commited on
Commit
8ceb155
·
verified ·
1 Parent(s): b793ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,5 +21,5 @@ pip install -U mlx-vlm
21
  ```
22
 
23
  ```bash
24
- python -m mlx_vlm.generate --model mlx-community/VL-Rethinker-72B --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
25
  ```
 
21
  ```
22
 
23
  ```bash
24
+ python -m mlx_vlm.generate --model mlx-community/VL-Rethinker-72B-fp16 --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
25
  ```