You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
md5sum -c --quiet md5sum.saved || (printf "\nError: the version dependency table is outdated.\nPlease run 'make style' and commit the changes.\n\n" && exit 1);
197
+
md5sum -c --quiet md5sum.saved || (printf "Error: the version dependency table is outdated.\nPlease run 'make fix-repo' and commit the changes.\n" && exit 1);
md5sum -c --quiet md5sum.saved || (printf "Error: the version dependency table is outdated.\nPlease run 'make fix-repo' and commit the changes.\n"&&exit 1);\
44
+
rm md5sum.saved;\
45
+
}
40
46
41
47
42
48
# Run all repo checks for which there is an automatic fix, most notably modular conversions
43
49
# Note: each line is run in its own shell, and doing `-` before the command ignores the errors if any, continuing with next command
Copy file name to clipboardExpand all lines: docs/source/en/model_doc/minimax_m2.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ limitations under the License.
16
16
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be rendered properly in your Markdown viewer.
17
17
18
18
-->
19
+
*This model was released on {release_date} and added to Hugging Face Transformers on 2026-01-09.*
0 commit comments