mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 21:40:02 +00:00
[Gemini] test step-tensor mapping using repeated_computed_layers.py (#2127)
This commit is contained in:
@@ -4,10 +4,15 @@ from . import (
|
||||
hanging_param_model,
|
||||
inline_op_model,
|
||||
nested_model,
|
||||
repeated_computed_layer,
|
||||
repeated_computed_layers,
|
||||
resnet,
|
||||
simple_net,
|
||||
)
|
||||
from .utils import run_fwd_bwd
|
||||
|
||||
from . import albert # isort:skip
|
||||
|
||||
__all__ = [
|
||||
'bert', 'gpt2', 'hanging_param_model', 'inline_op_model', 'nested_model', 'repeated_computed_layers', 'resnet',
|
||||
'simple_net', 'run_fwd_bwd', 'albert'
|
||||
]
|
||||
|
Reference in New Issue
Block a user