phase 6
This commit is contained in:
14
gpu/.env.template
Normal file
14
gpu/.env.template
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
|
||||
# Device
|
||||
DEVICE=auto # auto | cpu | cuda | cuda:0
|
||||
Reference in New Issue
Block a user