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
|
|
@ -16,10 +16,10 @@
|
|||
# Naming Convention: didiAI-{module}-{service}
|
||||
#
|
||||
# Network:
|
||||
# Uses deploy_default network (shared with other modules)
|
||||
# Uses the external didi-network bridge (shared with other AI modules)
|
||||
|
||||
networks:
|
||||
deploy_default:
|
||||
didi-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
|
@ -31,11 +31,11 @@ services:
|
|||
# BusterX is based on Qwen2.5-VL-7B (~17GB VRAM with optimizations)
|
||||
vllm-buster:
|
||||
container_name: didiAI-video-vllm-buster
|
||||
image: vllm/vllm-openai:v0.8.5
|
||||
image: vllm/vllm-openai:qwen3_5
|
||||
ports:
|
||||
- "54500:54500"
|
||||
networks:
|
||||
- deploy_default
|
||||
- didi-network
|
||||
volumes:
|
||||
- ${HF_CACHE_DIR:-/cai2_ds_storage/hf_cache}:/root/.cache/huggingface
|
||||
environment:
|
||||
|
|
@ -83,7 +83,7 @@ services:
|
|||
ports:
|
||||
- "54600:54600"
|
||||
networks:
|
||||
- deploy_default
|
||||
- didi-network
|
||||
|
||||
environment:
|
||||
# Server settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue