Files
sglang/docs/en/troubleshooting.md
T

775 B

Troubleshooting

This page lists some common errors and tips for fixing them.

CUDA error: an illegal memory access was encountered

This error may be due to kernel errors or out-of-memory issues.

The server hangs

If the server hangs, try disabling some optimizations when launching the server.

  • Add --disable-cuda-graph.
  • Add --disable-flashinfer-sampling.