This document is relevant for: Inf1, Inf2, Trn1, Trn2, Trn3

Developer Guides#

These guides explain how Neuron Agentic Development skills work internally. Read them to understand the architecture, decision logic, and validation strategies that the agents use under the hood.

Deep dive: Port HuggingFace models to Neuron with the Autoport skill

How the Autoport skill analyzes model architectures, generates NxD Inference implementations, compiles to NEFF, and validates accuracy against the original model.

Deep dive: Validate equivalence between HuggingFace and NxD Inference models

How the Equivalence skill compares numerical output between a HuggingFace reference model and its ported NxD Inference implementation.

This document is relevant for: Inf1, Inf2, Trn1, Trn2, Trn3