pcuenq HF staff commited on
Commit
2b4b371
·
verified ·
1 Parent(s): a202627

Update README.md

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