Skip to content

Commit

Permalink
Skip outdated test for chatML data collator
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Nov 20, 2024
1 parent b65ca75 commit 6145820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def setUp(self):
ignore_index=self.ignore_index,
)

@unittest.skip("This test must be updated.")
def test_data_collator_for_chatml(self):
# Process the data
data = self.collator(self.examples)
Expand Down

0 comments on commit 6145820

Please sign in to comment.