mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
fix broken links in testing.mdx (#19820)
This commit is contained in:
parent
7ccd6fc47c
commit
3b419cfc6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue