mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-20 04:32:47 +00:00
Add n_fused as an input from native_module (#5894)
This commit is contained in:
parent
4ec17a7cdf
commit
a521ffc9f8
@ -695,6 +695,7 @@ class FusedLinear1D_Col(ParallelModule):
|
|||||||
process_group=process_group,
|
process_group=process_group,
|
||||||
weight=module.weight,
|
weight=module.weight,
|
||||||
bias_=module.bias,
|
bias_=module.bias,
|
||||||
|
n_fused=n_fused,
|
||||||
*args,
|
*args,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user