mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-30 05:55:56 +00:00
[pipeline/fix-bug] num_microbatches support any integrate | stable chimera | launch tool for rpc pp framework (#1684)
* [pipeline/tuning] improve dispatch performance both time and space cost * [pipeline/converge] add interface for testing convergence * [NFC] polish colossalai/utils/multi_tensor_apply/multi_tensor_apply.py code style * Update PipelineBase.py * [pipeline/chimera] reconstruct PipelineBase and Worker to support more feasible custom schedule | finish Chimera * [pipeline/chimera] test chimera | fix bug of initializing * [pipeline/pytree] add pytree to process args and kwargs | provide to process args and kwargs after forward * [pipeline/fix-bug] num_microbatches support any integrate | stable chimera | launch tool for rpc pp framework
This commit is contained in:
@@ -50,6 +50,7 @@ class PipelineProcessGroup:
|
||||
self.is_initialize = True
|
||||
|
||||
# lock
|
||||
self.initialise_lock = threading.Lock()
|
||||
self.chimera_lock = threading.Lock()
|
||||
|
||||
def _initialize_process_group(self):
|
||||
|
Reference in New Issue
Block a user