abalogh commited on
Commit
a26bac4
1 Parent(s): 58d4672

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - mlx
12
  ---
13
 
14
- # abalogh/paligemma2-3b-pt-896-4bit
15
  This model was converted to MLX format from [`google/paligemma2-3b-pt-896`]() using mlx-vlm version **0.1.4**.
16
  Refer to the [original model card](https://huggingface.co/google/paligemma2-3b-pt-896) for more details on the model.
17
  ## Use with mlx
@@ -21,5 +21,5 @@ pip install -U mlx-vlm
21
  ```
22
 
23
  ```bash
24
- python -m mlx_vlm.generate --model abalogh/paligemma2-3b-pt-896-4bit --max-tokens 100 --temp 0.0
25
  ```
 
11
  - mlx
12
  ---
13
 
14
+ # mlx-community/paligemma2-3b-pt-896-4bit
15
  This model was converted to MLX format from [`google/paligemma2-3b-pt-896`]() using mlx-vlm version **0.1.4**.
16
  Refer to the [original model card](https://huggingface.co/google/paligemma2-3b-pt-896) for more details on the model.
17
  ## Use with mlx
 
21
  ```
22
 
23
  ```bash
24
+ python -m mlx_vlm.generate --model mlx-community/paligemma2-3b-pt-896-4bit --max-tokens 100 --temp 0.0
25
  ```