Grounding

Use before writing, reviewing, or debugging any code that uses a specific ML model (DINOv3, SAM 2, Whisper, Qwen3-Embedding, SigLIP 2…), whenever a model-provenance archive for it exists locally. Loads that archive's real source — checkpoint ids, API signatures, preprocessing constants, training recipe — so the code is written from the model's actual code instead of training-time recall, then mechanically checks the result. Triggers include "load DINOv3 and extract features", "fine-tune SAM 2 on my data", "why does this checkpoint 404", "review this inference script", or any coding task naming a model that has been harvested.

infiniV 447426e 3 files · 20.9 KB Updated

File contents

infiniV/ultra-ml-intern/tree/main/skills/grounding commit 447426ec0f

Frequently asked questions

npx skillmds@latest add infiniv/grounding