Reorganize python source files in sgl-kernel with multiple files (#4027)

This commit is contained in:
Lianmin Zheng
2025-03-03 06:36:40 -08:00
committed by GitHub
parent 6b45a21d16
commit 110e006673
11 changed files with 705 additions and 781 deletions

View File

@@ -7,9 +7,9 @@ import unittest
from typing import Any, List, Optional
import ray
import sgl_kernel.ops.allreduce as custom_ops
import torch
import torch.distributed as dist
from sgl_kernel import ops as custom_ops
from torch.distributed import ProcessGroup
from vllm import _custom_ops as vllm_ops