mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-21 13:11:27 +00:00
[fix] fix test_pipeline_utils ci;
This commit is contained in:
parent
45f17fc6cc
commit
c5503b0d80
@ -15,6 +15,7 @@ class _PipelineStageManager(PipelineStageManager):
|
|||||||
self.is_interleave = False
|
self.is_interleave = False
|
||||||
self.num_layers_per_stage = None
|
self.num_layers_per_stage = None
|
||||||
self.num_model_chunks = 1
|
self.num_model_chunks = 1
|
||||||
|
self.use_zbv = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def num_stages(self):
|
def num_stages(self):
|
||||||
|
@ -15,6 +15,7 @@ class _PipelineStageManager(PipelineStageManager):
|
|||||||
self.is_interleave = False
|
self.is_interleave = False
|
||||||
self.num_layers_per_stage = None
|
self.num_layers_per_stage = None
|
||||||
self.num_model_chunks = 1
|
self.num_model_chunks = 1
|
||||||
|
self.use_zbv = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def num_stages(self):
|
def num_stages(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user