Skip to content

Commit 1fd8ef6

Browse files
ruisearch42YoussefEssDS
authored andcommitted
[LLM] Correct NIXL in docs (ray-project#58258)
## Description The full name was probably hallucinated from LLM. ## Related issues ## Additional information Signed-off-by: Rui Qiao <ruisearch42@gmail.com>
1 parent 43ff68a commit 1fd8ef6

File tree

1 file changed

+1
-1
lines changed
  • python/ray/llm/_internal/serve/engines/vllm/kv_transfer

1 file changed

+1
-1
lines changed

python/ray/llm/_internal/serve/engines/vllm/kv_transfer/nixl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _set_side_channel_host(self):
2828
def setup(self) -> None:
2929
"""Initialize the NIXL connector backend.
3030
31-
This method sets up the NIXL (Network Interface for eXtended LLM) connector by:
31+
This method sets up the NIXL (NVIDIA Inference Xfer Library) connector by:
3232
1. Verifying that the required vLLM environment variables are supported
3333
2. Configuring the side channel port and host if not already set
3434
3. Creating a unique engine ID across replicas

0 commit comments

Comments
 (0)