File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4545# Check if XPYD_LOG is set
4646if [ -n " $XPYD_LOG " ]; then
4747 timestamp=$( date +" %Y%m%d_%H%M%S" )
48- log_file=" $XPYD_LOG /ProxyServer_ ${timestamp} .log"
48+ log_file=" $XPYD_LOG /Prefill_ ${timestamp} .log"
4949 echo " Logging to $log_file ..."
5050
5151 # Execute command and log stdout+stderr using tee
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ env | grep VLLM_DECODE_BS
4545env | grep VLLM_DECODE_BLOCK
4646# *************************************** bucketing ends ************************************* #
4747
48+ SWAP_SPACE=64 # GB, memory per rank for preemption.swap.
49+
4850# decode specific settings
4951export VLLM_DP_SIZE=2
5052export VLLM_USE_V1=0
Original file line number Diff line number Diff line change 6565 --distributed_executor_backend mp
6666 --enable-reasoning
6767 --reasoning-parser deepseek_r1
68+ --preemption-mode swap
69+ --swap-space " $SWAP_SPACE "
6870 $kv_cache_dtype_arg
6971 --kv-transfer-config ' {"kv_connector":"MooncakeStoreConnector","kv_role":"kv_consumer"}'
7072 )
You can’t perform that action at this time.
0 commit comments