mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-19 17:16:39 +00:00
5 lines
140 B
Python
5 lines
140 B
Python
from .calc_pipeline_strategy import alpa_dp
|
|
from .profile_alpha_beta import profile_alpha_beta
|
|
|
|
__all__ = ['profile_alpha_beta', 'alpa_dp']
|