Skip to content

Commit

Permalink
Fix tests for latest Transformers (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger authored Mar 25, 2022
1 parent 88c3820 commit 05a27a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def test_document_object(self):
<Tip warning={true}>
You can't unpack a `ModelOutput` directly. Use the [`~file_utils.ModelOutput.to_tuple`] method to convert it to a
tuple before.
You can't unpack a `ModelOutput` directly. Use the [`~utils.ModelOutput.to_tuple`] method to convert it to a tuple
before.
</Tip>
Expand Down

0 comments on commit 05a27a9

Please sign in to comment.