mirror of https://github.com/hpcaitech/ColossalAI
[fix] rm requir_grad for output;
parent
b4103f125c
commit
20503cdfdf
|
@ -569,7 +569,6 @@ class ZeroBubbleVPipeScheduler(PipelineSchedule):
|
|||
)
|
||||
|
||||
detached_output_obj = output_obj.clone()
|
||||
detached_output_obj.requires_grad_()
|
||||
|
||||
# Step3: send fwd
|
||||
# add output to send_fwd_buffer
|
||||
|
|
Loading…
Reference in New Issue