Skip to content

v2.0.1

Latest

Choose a tag to compare

@jmanhype jmanhype released this 19 Sep 20:18
· 73 commits to main since this release
a547055

Highlights

  • Added scripts/cleanup.py with dry-run support, targeted cleanup modes (runtime/build/models), and size reporting
  • Extended .gitignore and the Makefile to keep runtime directories, model artifacts, and .benchmarks/ out of source control
  • Simplified the top-level entry point to a shim that forwards to the packaged vggt CLI

Maintenance

  • New make clean-runtime, make clean-models, and make distclean targets
  • Existing clean target now removes .benchmarks/ alongside build artifacts