VLM-AutoYOLO v1.5.6
What's Changed
- fix: skip integration/regression tests when backend not running (4197f56)
- refactor(v1.5.6): Zustand state management, optimistic model status, UX polish (46ee327)
Installation
Docker (Recommended)
curl -O https://raw.githubusercontent.com/Somnusochi/VLM-AutoYOLO/master/docker-compose.yml
docker compose up -dAccess:
- Frontend: http://localhost
- API Docs: http://localhost:8000/docs
Docker Images
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.6
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.6Manual Setup
See README for detailed instructions.
Full Changelog: v1.5.5...v1.5.6