jrp2014
Community@jrp2014
jrp2014 maintains skills for debugging, benchmarking, and contributing to mlx-vlm vision-language inference on Apple Silicon, plus Hugging Face Hub operations.
Agent Skills by jrp2014
Showing 7 vetted skills indexed across 1 GitHub repositories.
native-mlx-vlm-repro
Reproduce mlx-vlm inference failures natively to isolate upstream defects from harness behavior.
upstream-mlx-vlm-issues
Drafts reproducible maintainer-ready GitHub issues for upstream mlx-vlm failures.
add-or-fix-type-checking
Diagnose and fix mypy, ty, and pyrefly typing errors in Python codebases.
upstream-mlx-vlm-contributing
Prepares and tests upstream mlx-vlm fixes from an editable conda checkout.
hf-cli
Manages Hugging Face Hub models, datasets, spaces, jobs, and repos via the hf CLI.
hf-cache-mlx-vlm-models
Lists and classifies Hugging Face cache models eligible for mlx-vlm vision-language benchmarking.
benchmarking-mlx-vlm
Benchmarks MLX vision-language models with median-of-N timing, peak-memory tracking, and A/B version comparisons.
Frequently Asked Questions About jrp2014
FAQPage SchemaWhat tasks can I accomplish with jrp2014's skills?▼
You can run and debug native mlx-vlm inference, draft reproducible upstream GitHub issues, contribute fixes matching upstream test and lint expectations, benchmark MLX performance with rigorous timing protocols, inspect local Hugging Face cache model discovery, and manage Hugging Face Hub repos, datasets, jobs, and endpoints.
Who are these skills designed for?▼
They target ML engineers and contributors working with mlx-vlm vision-language models on Apple Silicon who need to verify harness findings, minimize reproductions, prepare upstream PRs with perf evidence, or manage Hugging Face Hub assets like models, datasets, spaces, and inference endpoints.
What environment and dependencies do these skills require?▼
The mlx-vlm skills assume a conda plus pip environment and explicitly never use uv. They rely on an editable upstream mlx-vlm checkout, mypy/ty/pyrefly for typing checks, ruff matching upstream black/isort/autoflake hooks, and the hf command line for Hugging Face Hub operations.
How do I benchmark mlx-vlm performance credibly?▼
Use the benchmarking-mlx-vlm skill: run median-of-N measurements with warmup iterations, call mx.eval or mx.synchronize before stopping timers, follow the peak-memory protocol, and apply A/B discipline across MLX versions when comparing local builds or preparing numbers for maintainers.
Can these skills open GitHub issues automatically?▼
No. The upstream-mlx-vlm-issues skill only creates or improves reproducible, maintainer-ready issue drafts from check_models failures or native repros, preferring existing diagnostics artifacts. It will not open a GitHub issue unless the user explicitly asks.