LOT 1 - Optimizare script build -Instalare mono comanda
This commit is contained in:
parent
5380c3fc63
commit
42ff22bf85
127 changed files with 16163 additions and 532 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# video-analysis configuration
|
||||
# Copy to deploy/.env and fill ALL required values.
|
||||
# Service must FAIL to start if required vars are missing.
|
||||
# Tuning parameters are in deploy/config.yaml (not here)
|
||||
# Tuning parameters default in settings.py; override via the VIDEO_ANALYSIS_* vars below
|
||||
# =============================================================================
|
||||
# REQUIRED (no defaults)
|
||||
# =============================================================================
|
||||
|
|
@ -18,7 +18,7 @@ VIDEO_ANALYSIS_RUNS_DIR=/app/runs
|
|||
# vLLM Connection (auto-configured for docker-compose profiles)
|
||||
# =============================================================================
|
||||
# For profile 'api-vllm' or 'full': uses internal vllm-buster container
|
||||
VIDEO_ANALYSIS_VLLM_BASE_URL=http://vllm-buster:8000
|
||||
VIDEO_ANALYSIS_VLLM_BASE_URL=http://didiAI-video-vllm-buster:54500
|
||||
VIDEO_ANALYSIS_VLLM_MODEL=busterx
|
||||
|
||||
# For profile 'api' with external vLLM: point to your external vLLM server
|
||||
|
|
@ -26,7 +26,7 @@ VIDEO_ANALYSIS_VLLM_MODEL=busterx
|
|||
# VIDEO_ANALYSIS_VLLM_MODEL=l8cv/BusterX_plusplus
|
||||
|
||||
# =============================================================================
|
||||
# Optional Tuning (override config.yaml defaults)
|
||||
# Optional Tuning (override settings.py defaults)
|
||||
# =============================================================================
|
||||
# VIDEO_ANALYSIS_FRAMES=16
|
||||
# VIDEO_ANALYSIS_MAX_SIDE=960
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue