已合并
增加门禁资料过滤范围 2.2.0 #789
chengminhua创建于 2025年12月4日
增加门禁资料过滤范围 2.2.0 #789
已合并
chengminhua创建于 2025年12月4日
已删除 :2.2.0合入到Ascend/MindSpeed-RL2.2.0
1 个文件变更+1-1
@@ -14,7 +14,7 @@ def is_examples(file):
14 14 
15 15 
16def is_markdown(file):16def is_markdown(file):
17- return file.endswith(".md")17+ return file.endswith(".md") or file.endswith(".MD")
18 18 
19 19 
20def is_image(file):20def is_image(file):