Skip to content

VLM-AutoYOLO v1.5.8

Choose a tag to compare

@github-actions github-actions released this 08 Jun 01:06
· 51 commits to master since this release

What's Changed

  • feat: show class names on hover for num_classes in training job list (244aa54)
  • fix: add disk cleanup step before Docker build in CI (630bb10)
  • feat: add .dockerignore to exclude venv/node_modules from build context (c83f252)

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.8
docker pull ghcr.io/Somnusochi/VLM-AutoYOLO-backend:v1.5.8

Manual Setup

See README for detailed instructions.

Full Changelog: v1.5.7...v1.5.8