Skip to content

v6.1.2

Choose a tag to compare

@thomast8 thomast8 released this 30 Jan 14:13
· 54 commits to main since this release
762c705

What's New

  • Modal SAM3 Backend: Added optional Modal serverless deployment support for SAM3 segmentation
  • Documentation: Updated .env.example with Modal deployment instructions

Modal Deployment

Deploy SAM3 to Modal's serverless GPU infrastructure:

# Install modal dependency
uv pip install -e ".[modal]"

# Authenticate and create secret
uv run modal token new
uv run modal secret create huggingface-secret HF_TOKEN=hf_xxx

# Deploy
uv run modal deploy .venv/lib/python3.11/site-packages/src/services/sam3_modal_app.py

Then configure IngestLab:

SAM3_MODE=remote
SAM3_SERVER_URL=https://<username>--sam3-segmentation-segment.modal.run

Full Changelog: v6.1.1...v6.1.2