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

Fix AMD GPUs not being detected #7147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 20, 2024

  1. fix(installer): pytorch and ROCm versions are incompatible

    Each version of torch is only available for specific versions of CUDA and ROCm.
    The Invoke installer and dockerfile try to install torch 2.4.1 with ROCm 5.6
    support, which does not exist. As a result, the installation falls back to the
    default CUDA version so AMD GPUs aren't detected. This commits fixes that by
    bumping the ROCm version to 6.1, as suggested by the PyTorch documentation. [1]
    
    The specified CUDA version of 12.4 is still correct according to [1] so it does
    need to be changed.
    
    Closes invoke-ai#7006
    Closes invoke-ai#7146
    
    [1]: https://pytorch.org/get-started/previous-versions/#v241
    max-maag authored and hipsterusername committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b41762c View commit details
    Browse the repository at this point in the history