Update README.md
Browse files
README.md
CHANGED
@@ -34,5 +34,5 @@ pip install -U mlx-vlm
|
|
34 |
```
|
35 |
|
36 |
```bash
|
37 |
-
python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-6bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
38 |
```
|
|
|
34 |
```
|
35 |
|
36 |
```bash
|
37 |
+
python -m mlx_vlm.generate --model TheCluster/gemma-3-27b-it-uncensored-mlx-6bit --max-tokens 128 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
|
38 |
```
|