Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
li126com committed Jun 19, 2024
1 parent 2de146b commit 66498c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_data/test_batch_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def test_warmup(use_flash_atten_case, group_case, micro_bsz_case):
config.data.gradient_accumulation = config.data.micro_num
config.data.rampup_batch_size = group_case[1]
config.data.packed_length = micro_bsz_case * config.data.seq_len
config.data.use_shm = False
should_sccuess = group_case[2]
answer = group_case[3]

Expand Down

0 comments on commit 66498c8

Please sign in to comment.