Skip to content

Commit

Permalink
[CE] Fix autotuner resume case (#8259)
Browse files Browse the repository at this point in the history
  • Loading branch information
Difers authored Jun 12, 2024
1 parent ef84fac commit 525eef7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_tipc/auto_tuner/autoconfig/resume.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
job_id,mp_degree,sharding_degree,pp_degree,dp_degree,sharding_stage,micro_batch_size,vpp_degree,use_recompute,recompute_granularity,acc_steps,global_batch_size,exec_time,interval_samples_per_second,max_mem_usage,error_info
5,4,2,1,1,2,4,1,True,full,1,8,72.38,4.74138,26130,
2,4,1,2,1,1,8,1,True,full,1,8,57.35,2.58279,27722,
4,4,2,1,1,2,4,1,True,full,1,8,72.38,4.74138,26130,
2,4,1,2,1,2,4,1,True,full,2,8,40.17,3.3612,24590,
1,8,1,1,1,2,1,1,True,full,8,8,55.32,2.3064,19050,
3,4,1,2,1,1,8,1,True,full_attn,1,8,45.29,,OOM,['Out of memory']
4,4,1,2,1,1,4,1,True,full_attn,2,8,55.15,,OOM,['Out of memory']
3,4,1,2,1,2,4,1,True,full_attn,2,8,39.38,,OOM,['Out of memory']

0 comments on commit 525eef7

Please sign in to comment.