Skip to content

Commit 78dd120

Browse files
authored
Fix failing doctest (#26450)
* Fix doctest * Adding modeling also for now
1 parent 72958fc commit 78dd120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/not_doctested.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ docs/source/en/model_doc/mega.md
161161
docs/source/en/model_doc/megatron-bert.md
162162
docs/source/en/model_doc/megatron_gpt2.md
163163
docs/source/en/model_doc/mgp-str.md
164+
docs/source/en/model_doc/mistral.md
164165
docs/source/en/model_doc/mluke.md
165166
docs/source/en/model_doc/mms.md
166167
docs/source/en/model_doc/mobilebert.md
@@ -666,6 +667,7 @@ src/transformers/models/megatron_gpt2/convert_megatron_gpt2_checkpoint.py
666667
src/transformers/models/mgp_str/configuration_mgp_str.py
667668
src/transformers/models/mgp_str/modeling_mgp_str.py
668669
src/transformers/models/mistral/configuration_mistral.py
670+
src/transformers/models/mistral/modeling_mistral.py
669671
src/transformers/models/mluke/convert_mluke_original_pytorch_checkpoint_to_pytorch.py
670672
src/transformers/models/mobilebert/convert_mobilebert_original_tf_checkpoint_to_pytorch.py
671673
src/transformers/models/mobilenet_v1/configuration_mobilenet_v1.py

0 commit comments

Comments
 (0)