Skip to content

Commit 05a27a9

Browse files
authored
Fix tests for latest Transformers (#156)
1 parent 88c3820 commit 05a27a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_autodoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ def test_document_object(self):
258258
259259
<Tip warning={true}>
260260
261-
You can't unpack a `ModelOutput` directly. Use the [`~file_utils.ModelOutput.to_tuple`] method to convert it to a
262-
tuple before.
261+
You can't unpack a `ModelOutput` directly. Use the [`~utils.ModelOutput.to_tuple`] method to convert it to a tuple
262+
before.
263263
264264
</Tip>
265265

0 commit comments

Comments
 (0)