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

chore: logins return Sessions #8883

Merged
merged 9 commits into from
Mar 19, 2024
Merged

chore: logins return Sessions #8883

merged 9 commits into from
Mar 19, 2024

Commits on Mar 19, 2024

  1. chore: logins return Sessions

    Used to return an intermediate `UsernameTokenPair` that itself was used
    for sessions. This class has been removed.
    
    Also contains new `BaseSession.with_retry` to modify retries (by
    creating new sessions).
    wes-turner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4d1c932 View commit details
    Browse the repository at this point in the history
  2. Deepspeed test mocks

    wes-turner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c468abe View commit details
    Browse the repository at this point in the history
  3. test_horovod fix

    wes-turner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e6d71ce View commit details
    Browse the repository at this point in the history
  4. fix from exec.launch

    wes-turner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1082eb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dff4341 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a168ca2 View commit details
    Browse the repository at this point in the history
  7. quotes in docstring

    wes-turner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    62075d0 View commit details
    Browse the repository at this point in the history
  8. additional places I'd missed that used UTPs

    Also includes a bugfix in `check_idle.py`, I think, where master wasn't
    being propagated.
    wes-turner committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    95e8652 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6251f0 View commit details
    Browse the repository at this point in the history