File tree Expand file tree Collapse file tree
benchmarks/single_node/agentic Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ if [ "${IS_AGENTIC:-0}" = "1" ]; then
114114 export SGLANG_DEFAULT_THINKING=1
115115 export SGLANG_DSV4_REASONING_EFFORT=high
116116else
117- unset SGLANG_DEFAULT_THINKING SGLANG_DSV4_REASONING_EFFORT
117+ export SGLANG_DEFAULT_THINKING=1
118+ export SGLANG_DSV4_REASONING_EFFORT=max
118119fi
119120export SGLANG_USE_ROCM700A=0
120121export SGLANG_HACK_FLASHMLA_BACKEND=unified_kv_triton
Original file line number Diff line number Diff line change @@ -1915,7 +1915,7 @@ dsv4-fp4-mi355x-sglang-disagg:
19151915
19161916
19171917dsv4-fp4-mi355x-sglang :
1918- image : lmsysorg/sglang-rocm:v0.5.14-rocm720-mi35x-20260706
1918+ image : lmsysorg/sglang-rocm:v0.5.14-rocm720-mi35x-20260708
19191919 model : deepseek-ai/DeepSeek-V4-Pro
19201920 model-prefix : dsv4
19211921 runner : mi355x
You can’t perform that action at this time.
0 commit comments