mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-26 20:23:26 +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.num_layers_per_stage = None
|
||||
self.num_model_chunks = 1
|
||||
self.use_zbv = False
|
||||
|
||||
@property
|
||||
def num_stages(self):
|
||||
|
@@ -15,6 +15,7 @@ class _PipelineStageManager(PipelineStageManager):
|
||||
self.is_interleave = False
|
||||
self.num_layers_per_stage = None
|
||||
self.num_model_chunks = 1
|
||||
self.use_zbv = False
|
||||
|
||||
@property
|
||||
def num_stages(self):
|
||||
|
Reference in New Issue
Block a user