mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-26 12:14:02 +00:00
[fix] fix test_pipeline_utils ci;
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user