idefics skills

8 tagged idefics, measured the same way as everything else here.

Browse within: Apple Silicon 8llava 8mlx 8vision-transformer 8

add-new-model

01

Blaizzy/mlx-vlm

Skill Claude CodeCodex

Use this skill when the user wants to add or port a new model architecture to MLX-VLM — mapping a Hugging Face modeltype to a new file under mlxvlm/models, writing the ModelConfig, matching layer/weight names, reusing a similar existing model, adding a test class, and validating the port. Covers vision-language…

5.4k 2d ago A 83 tokens original MIT

benchmarking

02

Blaizzy/mlx-vlm

Skill Claude CodeCodex

Use this skill when the user wants to benchmark an MLX-VLM change and present the numbers in a PR — fork-vs-main A/B comparisons, isolated-module micro-benchmarks, median-of-N timing with warmup, peak-memory reporting, correctness checks, parameter sweeps, and self-contained reproducible bench scripts to paste into a…

5.4k 2d ago A 74 tokens original MIT

convert-quantize

03

Blaizzy/mlx-vlm

Skill Claude CodeCodex

Use this skill when the user wants to convert a Hugging Face model to MLX or quantize/dequantize one with mlxvlm.convert, including bits and group size, quant modes (affine, mxfp4, nvfp4, mxfp8), RTN vs AWQ, mixed-bit recipes, dtype casts, calibration (text or multimodal), local vs Hub paths, revisions, uploading to…

5.4k 2d ago A 99 tokens original MIT