Skip to content

Commit 0154a46

Browse files
committed
fix lint
1 parent 0702131 commit 0154a46

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

benchmarks/autosp/configs/autosp_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"train_batch_size": "auto",
1717
"train_micro_batch_size_per_gpu": "auto",
1818
"wall_clock_breakdown": false
19-
}
19+
}

benchmarks/autosp/configs/torchcompile_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ same_network: true
1313
tpu_env: []
1414
tpu_use_cluster: false
1515
tpu_use_sudo: false
16-
use_cpu: false
16+
use_cpu: false

benchmarks/autosp/sp_dp_registry.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def dp_size():
2929
return GROUP_REGISTRY['DP_SIZE']
3030

3131
def populate_registry(SP_SIZE, DP_SIZE):
32-
## We register in the run_acc_lm.py file for baselines to reduce code-duplication.
33-
## Else the registration happens within the SP compiler pass within deepspeed.
3432
group_listing = []
3533
offset = 0
3634
for _ in range(DP_SIZE):

0 commit comments

Comments
 (0)