19 lines
312 B
Plaintext
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
|