hermeschen-ezcon commited on
Commit
9afd6fc
·
verified ·
1 Parent(s): 1bbe71b

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. tokenizer_config.json +1 -0
README.md CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: image-text-to-text
11
  # EZCon/FastVLM-1.5B-4bit-mlx
12
 
13
  This model was converted to MLX format from [`apple/FastVLM-1.5B`](https://huggingface.co/apple/FastVLM-1.5B)
14
- using mlx-vlm version **0.4.4**.
15
  Refer to the [original model card](https://huggingface.co/apple/FastVLM-1.5B) for more details on the model.
16
 
17
  ## Use with mlx
 
11
  # EZCon/FastVLM-1.5B-4bit-mlx
12
 
13
  This model was converted to MLX format from [`apple/FastVLM-1.5B`](https://huggingface.co/apple/FastVLM-1.5B)
14
+ using mlx-vlm version **0.5.0**.
15
  Refer to the [original model card](https://huggingface.co/apple/FastVLM-1.5B) for more details on the model.
16
 
17
  ## Use with mlx
tokenizer_config.json CHANGED
@@ -10,6 +10,7 @@
10
  "<|im_end|>"
11
  ],
12
  "is_local": true,
 
13
  "model_max_length": 8192,
14
  "pad_token": "<|endoftext|>",
15
  "padding_side": "right",
 
10
  "<|im_end|>"
11
  ],
12
  "is_local": true,
13
+ "local_files_only": true,
14
  "model_max_length": 8192,
15
  "pad_token": "<|endoftext|>",
16
  "padding_side": "right",