From 3b419cfc6fdcdd09ef02ae05772295c836ce3cd5 Mon Sep 17 00:00:00 2001 From: zhou fan <1247714429@qq.com> Date: Mon, 24 Oct 2022 21:48:02 +0800 Subject: [PATCH] fix broken links in testing.mdx (#19820) --- docs/source/en/testing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/testing.mdx b/docs/source/en/testing.mdx index e60c285ca5..d702612834 100644 --- a/docs/source/en/testing.mdx +++ b/docs/source/en/testing.mdx @@ -514,7 +514,7 @@ spawns a normal process that then spawns off multiple workers and manages the IO Here are some tests that use it: -- [test_trainer_distributed.py](https://github.com/huggingface/transformers/tree/main/tests/test_trainer_distributed.py) +- [test_trainer_distributed.py](https://github.com/huggingface/transformers/tree/main/tests/trainer/test_trainer_distributed.py) - [test_deepspeed.py](https://github.com/huggingface/transformers/tree/main/tests/deepspeed/test_deepspeed.py) To jump right into the execution point, search for the `execute_subprocess_async` call in those tests.