[BugFix] fix shm opened but not closed in set_data_ipc (#5826)

This commit is contained in:
Yonghua Li
2025-12-29 23:35:07 +08:00
committed by GitHub
parent deb9698ac5
commit a8d3e3ba12
2 changed files with 48 additions and 60 deletions
+1
View File
@@ -37,6 +37,7 @@ python -m fastdeploy.entrypoints.openai.api_server \
--max-num-seqs 1 \
--gpu-memory-utilization 0.9 \
--model "$MODEL_PATH" \
--no-shutdown-comm-group-if-worker-idle \
--load-strategy ipc_snapshot \
--dynamic-load-weight &