ov-gguf-add-architecture
Installation
SKILL.md
- Read src/frontends/gguf/docs/adding_an_architecture.md — most architectures in the transformer family need no code, only a
general.architecturestring added toarch_registry.cppplus the correct RoPE type. It also lists exactly which structural features are auto-detected from the tensor table and metadata, and how to verify a new arch. - Check src/frontends/gguf/docs/supported_models.md first to see whether the architecture is already accepted and how support was verified.
- Only if the family is structurally novel, consult the "10% case" section before adding builder code.
- Verify as that document prescribes, including the graph-fingerprint check, and re-run the other supported architectures after any change to shared builder logic.