This commit is contained in:
2026-06-12 10:56:36 +08:00
parent b962f0b6c0
commit 3f96a0df02
3 changed files with 43 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ echo "[entrypoint] running patches..."
# vllm 平台补丁
if [ -f ${SCRIPTS_DIR}/patch_vllm_platform.py ]; then
${VENV}/bin/python ${SCRIPTS_DIR}/patch_vllm_platform.py || echo "[entrypoint] patch_vllm_platform.py failed (non-fatal)"
${VENV}/bin/python ${SCRIPTS_DIR}/patch_vllm_platform.py
fi
# MinerU 推理补丁