Skip to content

Commit

Permalink
Disable NCCL_NVLS by default (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying1123 authored Jul 16, 2024
1 parent f6b29f6 commit 0aa189f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/sglang/srt/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def launch_server(server_args: ServerArgs, pipe_finish_writer, model_overide_arg
# Set global environments
os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3"
os.environ["NCCL_CUMEM_ENABLE"] = "0"
os.environ["NCCL_NVLS_ENABLE"] = "0"
if server_args.show_time_cost:
enable_show_time_cost()
if server_args.disable_disk_cache:
Expand Down

0 comments on commit 0aa189f

Please sign in to comment.