Fix NIXL OBJ desciptors (#10712)

Co-authored-by: Tomer Shmilovich <tshmilovich@login-eos01.eos.clusters.nvidia.com>
This commit is contained in:
Tomer Shmilovich
2025-11-28 21:32:07 +02:00
committed by GitHub
parent 0b0b2607ca
commit 11b6217aee

View File

@@ -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,