Skip to content

VLM-AutoYOLO v1.5.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 10:48
· 100 commits to master since this release

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 -d

Access:

Docker Images

docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-frontend:v1.5.6
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.6

Manual Setup

See README for detailed instructions.

Full Changelog: v1.5.5...v1.5.6