更新 NV A100 Patched 镜像合并/entrypoint.sh

This commit is contained in:
2026-04-28 16:41:47 +08:00
parent f4df7f4cb1
commit cf5e30805f

View File

@@ -5,7 +5,7 @@ MODEL_DIR=${MODEL_DIR:-/model}
FIX_TOKENIZER_DIR=/tmp/fixed_tokenizer
echo "[entrypoint] fixing tokenizer..."
python /opt/fix_tokenizer.py
python3 /opt/fix_tokenizer.py
echo "[entrypoint] starting vllm..."