From 4996922b6de4a06539e03fa9b134dddb93f8782b Mon Sep 17 00:00:00 2001 From: Ngo Quang Huy Date: Fri, 28 Jan 2022 19:52:01 +0700 Subject: [PATCH] [docs] fix wrong file name in `pr_check` (#15380) --- docs/source/pr_checks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/pr_checks.mdx b/docs/source/pr_checks.mdx index fdec5a85a5..f1c70450ea 100644 --- a/docs/source/pr_checks.mdx +++ b/docs/source/pr_checks.mdx @@ -45,7 +45,7 @@ All the jobs that begin with `ci/circleci: run_tests_` run parts of the Transfor Note that to avoid running tests when there is no real change in the modules they are testing, only part of the test suite is run each time: a utility is run to determine the differences in the library between before and after the PR (what GitHub shows you in the "Files changes" tab) and picks the tests impacted by that diff. That utility can be run locally with: ```bash -python utils/test_fetcher.py +python utils/tests_fetcher.py ``` from the root of the Transformers repo. It will: @@ -128,4 +128,4 @@ Additional checks concern PRs that add new models, mainly that: - All models are added to the main README, inside the master doc - All checkpoints used actually exist on the Hub ---> \ No newline at end of file +-->