Files
mediaproc/gpu/.env.template
2026-03-26 00:56:35 -03:00

19 lines
312 B
Plaintext

# Inference server configuration
HOST=0.0.0.0
PORT=8000
# VRAM management
VRAM_BUDGET_MB=10240
STRATEGY=sequential # sequential | concurrent | auto
# Model defaults
YOLO_MODEL=yolov8n.pt
YOLO_CONFIDENCE=0.3
# OCR
OCR_LANGUAGES=en,es
OCR_MIN_CONFIDENCE=0.5
# Device
DEVICE=auto # auto | cpu | cuda | cuda:0