License compliance ensures that models, datasets, and code respect the usage terms (e.g., MIT, Apache-2.0, Llama Community) of third-party assets.
Compliance Checklist
Risk Matrix
Current Trends (2025)
- SBOMs (Software Bill of Materials) now include model checkpoints.
- AI license scanners parse
.safetensors
metadata for embedded notices. - EU AI Act mandates disclosure of training data licenses for high-risk systems.
Implementation Tips
- Generate SBOM on every release via CycloneDX.
- Track license obligations in CI; fail build on new non-compliant assets.
- Provide an attribution.md page bundled with model weights.