v6.1.2
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.pyThen configure IngestLab:
SAM3_MODE=remote
SAM3_SERVER_URL=https://<username>--sam3-segmentation-segment.modal.run
Full Changelog: v6.1.1...v6.1.2