smolvla-inspect / inspect_attention.py
subirmansukhani's picture
Rename model health to model internals across the full stack
bfea990
Raw
History Blame
196 Bytes
#!/usr/bin/env python3
"""SmolVLA Inspector — thin entry point.
All logic lives in the ``smolvla_inspect`` package.
"""
from smolvla_inspect import main
if __name__ == "__main__":
main()