mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-12-03 13:16:53 +00:00
[pipeline/tuning] improve dispatch performance both time and space cost (#1544)
This commit is contained in:
@@ -43,7 +43,6 @@ def run_master(args):
|
||||
engine.initialize_optimizer(optimizer_class, lr=lr)
|
||||
|
||||
_ = engine.forward_backward(input_sample)
|
||||
engine.step()
|
||||
|
||||
cuda_rpc_result = []
|
||||
single_result = []
|
||||
|
||||
Reference in New Issue
Block a user