Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: replace torch.distributed.run by torchrun #27528

Merged
merged 2 commits into from
Nov 27, 2023

Commits on Nov 17, 2023

  1. docs: replace torch.distributed.run by torchrun

     `transformers` now officially support pytorch >= 1.10.
     The entrypoint `torchrun`` is present from 1.10 onwards.
    
    Signed-off-by: Peter Pan <[email protected]>
    panpan0000 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ade77cc View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Update src/transformers/trainer.py

    with @ArthurZucker's suggestion
    
    Co-authored-by: Arthur <[email protected]>
    panpan0000 and ArthurZucker authored Nov 26, 2023
    Configuration menu
    Copy the full SHA
    986e1be View commit details
    Browse the repository at this point in the history