Kimi K2.6 for coding tasks often gets stuck in infinite loops

#43
by AdeleIAm - opened

When using the latest version of SGLang to deploy Kimi K2.6 for coding tasks, it often gets stuck in infinite loops. How can I fix this?

What parameters do you use when launching the SGLang?

python3 -m sglang.launch_server \
  --model-path "moonshotai/Kimi-K2.6" \
  --reasoning-parser kimi_k2 \
  --tool-call-parser kimi_k2 \
  --fp8-gemm-backend triton \
  --trust-remote-code

Sign up or log in to comment