From 31336dcf3f93dee19cd13c981f16982d612040d2 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 26 Jan 2023 12:07:08 +0100 Subject: [PATCH] Fix 2 paths in the doctest list (#21314) fix the list Co-authored-by: ydshieh --- utils/documentation_tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/documentation_tests.txt b/utils/documentation_tests.txt index 0679e79862..3457382c54 100644 --- a/utils/documentation_tests.txt +++ b/utils/documentation_tests.txt @@ -108,8 +108,8 @@ src/transformers/models/longformer/modeling_tf_longformer.py src/transformers/models/longt5/modeling_longt5.py src/transformers/models/marian/modeling_marian.py src/transformers/models/markuplm/modeling_markuplm.py -src/transformers/models/maskformer/configuration_mask2former.py -src/transformers/models/maskformer/modeling_mask2former.py +src/transformers/models/mask2former/configuration_mask2former.py +src/transformers/models/mask2former/modeling_mask2former.py src/transformers/models/maskformer/configuration_maskformer.py src/transformers/models/maskformer/modeling_maskformer.py src/transformers/models/mbart/configuration_mbart.py