Update README.md
Browse files
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 |
```
|