Skip to content

Commit

Permalink
fix ci: account for huggingface transformers changes (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Feb 12, 2024
1 parent d1c6e2e commit 3d70888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/frameworks/test_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def args():
evaluation_strategy="epoch",
num_train_epochs=2,
save_strategy="epoch",
report_to="none",
)


Expand Down

0 comments on commit 3d70888

Please sign in to comment.