Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 23, 2024
1 parent da67342 commit 2777f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainer/test_dataspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_get_num_tokens_hf_default(batch_size: int, sequence_length: int, use_ke
[
[True, None, 8], # dict with default key
[False, None, 8], # int with default key
[False, 'loss_generating', None], # int with non-default key
[False, 'loss_generating', 8], # int with non-default key
[True, 'loss_generating', 4], # dict with non-default key
],
)
Expand Down

0 comments on commit 2777f37

Please sign in to comment.