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

Add Torch Dependency Resolution #1952

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 13, 2024

  1. Add Torch Dependency Resolution

    * Use our compatibility matrix to automatically
    resolve the torch version if the torch version is
    blank but adjacent dependencies are defined.
    * Make torchaudio capable of determining CUDA
    version compatibility like torchvision
    * Rewrite dependency versions to align with
    resolved versions
    * Remove version modifiers, this is now satisfied
    by adding in extra index URLs to the requirements
    8W9aG authored and philandstuff committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c19dfdc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into add-torch-version-resolver

    Signed-off-by: Will Sackfield <[email protected]>
    8W9aG authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4b77ac2 View commit details
    Browse the repository at this point in the history
  3. Bump integration test timeout to 20 minutes

    * We now have enough integration tests that this
    is becoming an issue.
    8W9aG committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5231052 View commit details
    Browse the repository at this point in the history