abalogh commited on
Commit
438d2c5
1 Parent(s): 771b9c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,7 +16,7 @@ tags:
16
  - mlx
17
  ---
18
 
19
- # abalogh/Llama-3.2-90B-Vision-Instruct-4bit
20
  This model was converted to MLX format from [`unsloth/Llama-3.2-90B-Vision-Instruct`]() using mlx-vlm version **0.1.4**.
21
  Refer to the [original model card](https://huggingface.co/unsloth/Llama-3.2-90B-Vision-Instruct) for more details on the model.
22
  ## Use with mlx
@@ -26,5 +26,5 @@ pip install -U mlx-vlm
26
  ```
27
 
28
  ```bash
29
- python -m mlx_vlm.generate --model abalogh/Llama-3.2-90B-Vision-Instruct-4bit --max-tokens 100 --temp 0.0
30
  ```
 
16
  - mlx
17
  ---
18
 
19
+ # mlx-community/Llama-3.2-90B-Vision-Instruct-4bit
20
  This model was converted to MLX format from [`unsloth/Llama-3.2-90B-Vision-Instruct`]() using mlx-vlm version **0.1.4**.
21
  Refer to the [original model card](https://huggingface.co/unsloth/Llama-3.2-90B-Vision-Instruct) for more details on the model.
22
  ## Use with mlx
 
26
  ```
27
 
28
  ```bash
29
+ python -m mlx_vlm.generate --model mlx-community/Llama-3.2-90B-Vision-Instruct-4bit --max-tokens 100 --temp 0.0
30
  ```