mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Initial commit
This commit is contained in:
7
deep_ep/__init__.py
Normal file
7
deep_ep/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import torch
|
||||
|
||||
from .utils import EventOverlap
|
||||
from .buffer import Buffer
|
||||
|
||||
# noinspection PyUnresolvedReferences
|
||||
from deep_ep_cpp import Config
|
||||
Reference in New Issue
Block a user