sglang icon indicating copy to clipboard operation
sglang copied to clipboard

how sglang utilizes the InfiniBand? Are there any relevant documents or guides? Thanks

Open BoBo0037 opened this issue 10 months ago • 1 comments

BoBo0037 avatar Feb 18 '25 07:02 BoBo0037

Here is the documentation that you can refer: https://docs.sglang.ai/references/multi_node_inference_k8s_lws.html

jhinpan avatar Feb 18 '25 16:02 jhinpan

ref https://github.com/sgl-project/sglang/tree/main/benchmark/deepseek_v3#example-serving-with-two-h208-nodes https://github.com/sgl-project/sglang/tree/main/benchmark/deepseek_v3#example-serving-with-two-h2008-nodes-and-docker

Please try to use the latest image docker pull lmsysorg/sglang:latest and set export NCCL_IB_GID_INDEX=3.

zhyncs avatar Feb 19 '25 13:02 zhyncs

ref https://github.com/sgl-project/sglang/tree/main/benchmark/deepseek_v3#example-serving-with-two-h208-nodes https://github.com/sgl-project/sglang/tree/main/benchmark/deepseek_v3#example-serving-with-two-h2008-nodes-and-docker

Please try to use the latest image docker pull lmsysorg/sglang:latest and set export NCCL_IB_GID_INDEX=3.

thank you!

BoBo0037 avatar Feb 20 '25 02:02 BoBo0037