mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 17:17:05 +00:00
[chore] minor fix after rebase
This commit is contained in:
@@ -47,7 +47,6 @@ def run_zero_with_original_model(config: Tuple[int, ...]):
|
||||
dtype, precision = torch.float16, "fp16"
|
||||
torch.cuda.set_device(dist.get_rank())
|
||||
|
||||
print(config)
|
||||
plugin = MoeHybridParallelPlugin(
|
||||
pp_size=pp_size,
|
||||
num_microbatches=pp_size,
|
||||
|
Reference in New Issue
Block a user