From 11b6217aee9ae9ed6f6770bf707b26cf30dc621f Mon Sep 17 00:00:00 2001 From: Tomer Shmilovich <81696642+tshmilnvidia@users.noreply.github.com> Date: Fri, 28 Nov 2025 21:32:07 +0200 Subject: [PATCH] Fix NIXL OBJ desciptors (#10712) Co-authored-by: Tomer Shmilovich --- python/sglang/srt/mem_cache/storage/nixl/nixl_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/sglang/srt/mem_cache/storage/nixl/nixl_utils.py b/python/sglang/srt/mem_cache/storage/nixl/nixl_utils.py index b04f9e58d..7cabb9d7e 100644 --- a/python/sglang/srt/mem_cache/storage/nixl/nixl_utils.py +++ b/python/sglang/srt/mem_cache/storage/nixl/nixl_utils.py @@ -106,7 +106,7 @@ class NixlRegistration: return [] return [(0, 0, 0, file_manager.get_file_path(key))] else: # OBJ - return [(0, 0, key)] + return [(0, 0, 0, key)] def _register_memory( self,