[XPU][CI]Change ci vl model to 28 b (#4764)

* Update XPU_VISIBLE_DEVICES and model parameters

* Update base response and adjust max tokens

* Implement process cleanup in CI workflow

Add process cleanup commands to prevent port conflicts

* Remove process cleanup commands from CI workflow

Removed old process cleanup commands to prevent port conflicts.
This commit is contained in:
plusNew001
2025-11-06 14:12:23 +08:00
committed by GitHub
parent 354ddc8bc5
commit fc8bef2c95
3 changed files with 5 additions and 6 deletions

View File

@@ -68,7 +68,6 @@ jobs:
FD_API_PORT=$((9180 + gpu_id * 100))
FD_ENGINE_QUEUE_PORT=$((9150 + gpu_id * 100))
FD_METRICS_PORT=$((9170 + gpu_id * 100))
PARENT_DIR=$(dirname "$WORKSPACE")
echo "PARENT_DIR:$PARENT_DIR"
docker run --rm --net=host --cap-add=SYS_PTRACE --privileged --shm-size=64G \