Remove mentions of RAG from the docs (#7376)

* Remove mentions of  RAG from the docs

* Deactivate check
This commit is contained in:
Sylvain Gugger
2020-09-24 17:07:14 -04:00
committed by GitHub
parent eadd870b2f
commit a8e7982f84
4 changed files with 3 additions and 115 deletions

View File

@@ -314,8 +314,9 @@ def check_repo_quality():
print("Checking all models are properly tested.")
check_all_decorator_order()
check_all_models_are_tested()
print("Checking all models are properly documented.")
check_all_models_are_documented()
# Uncomment me when RAG is back
# print("Checking all models are properly documented.")
# check_all_models_are_documented()
if __name__ == "__main__":