[Fix] Keep Kimi benchmark tokenizer offline

This commit is contained in:
Zhiyi Hong 2026-08-18 15:12:24 +08:00
parent be9d6bfe3a
commit 27b8be09cb

View File

@ -265,6 +265,7 @@ run_one_bench() {
-e PYTHONUNBUFFERED=1 --entrypoint python3 "$CANDIDATE_IMAGE" \
-m "$BENCH_MODULE" \
--backend sglang --host "$HEAD_HOST" --port "$PORT" \
--tokenizer "$MODEL_PATH" \
"${dataset_args[@]}" \
--random-input-len "$INPUT_LEN" --random-output-len "$OUTPUT_LEN" \
--random-range-ratio 1.0 --num-prompts "$NUM_PROMPTS" \