chore: move cuda_vmm_utils.py under srt/utils/ (#36053)

This commit is contained in:
Lianmin Zheng
2026-08-23 21:47:29 -07:00
committed by GitHub
parent 56834422a1
commit b498efce52
12 changed files with 41 additions and 41 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ import torch.distributed as dist
from cuda.bindings import driver as drv
from sglang.kernels.jit.utils import cache_once
from sglang.srt import cuda_vmm_utils
from sglang.srt.cuda_vmm_utils import (
from sglang.srt.utils import cuda_vmm_utils
from sglang.srt.utils.cuda_vmm_utils import (
check_drv,
exchange_posix_fds,
export_shareable_handles,