mirror of
https://github.com/deepseek-ai/DualPipe
synced 2025-06-26 18:16:46 +00:00
Initial commit
This commit is contained in:
17
dualpipe/__init__.py
Normal file
17
dualpipe/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
__version__ = "1.0.0"
|
||||
|
||||
from dualpipe.dualpipe import (
|
||||
DualPipe,
|
||||
WeightGradStore,
|
||||
)
|
||||
from dualpipe.comm import (
|
||||
set_p2p_tensor_shapes,
|
||||
set_p2p_tensor_dtype,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
DualPipe,
|
||||
WeightGradStore,
|
||||
set_p2p_tensor_shapes,
|
||||
set_p2p_tensor_dtype,
|
||||
]
|
||||
Reference in New Issue
Block a user