ColossalAI/colossalai/tensor
Ziyue Jiang 32291dd73f
[Tensor] add module handler for linear (#1021)
* add module spec for linear

* polish

* polish

* polish
2022-05-26 11:50:44 +08:00
..
_ops [tensor] refactor parallel action (#1007) 2022-05-20 20:19:58 +08:00
graph [Graph] building computing graph with ColoTensor, Linear only (#917) 2022-05-07 17:10:37 +08:00
modules [Tensor] add module handler for linear (#1021) 2022-05-26 11:50:44 +08:00
optim [Tensor] initialize the ColoOptimizer (#898) 2022-04-28 15:23:40 +08:00
__init__.py [Tensor] add module handler for linear (#1021) 2022-05-26 11:50:44 +08:00
colo_parameter.py [tensor] refactor parallel action (#1007) 2022-05-20 20:19:58 +08:00
colo_tensor.py [tensor] refactor parallel action (#1007) 2022-05-20 20:19:58 +08:00
const.py [Tensor] init ColoParameter (#914) 2022-05-06 12:57:14 +08:00
dist_spec_mgr.py [tensor] refactor colo-tensor (#992) 2022-05-19 12:44:59 +08:00
distspec.py [tensor] refactor colo-tensor (#992) 2022-05-19 12:44:59 +08:00
module_utils.py [Tensor] add module handler for linear (#1021) 2022-05-26 11:50:44 +08:00
op_wrapper.py [tensor] refactor colo-tensor (#992) 2022-05-19 12:44:59 +08:00
spec.py [tensor] refactor parallel action (#1007) 2022-05-20 20:19:58 +08:00
utils.py [Tensor] get named parameters for model using ColoTensors (#874) 2022-04-26 14:08:01 +08:00