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

Conda xformers installation #396

Open
vadimfedulov035 opened this issue Apr 29, 2024 · 2 comments
Open

Conda xformers installation #396

vadimfedulov035 opened this issue Apr 29, 2024 · 2 comments

Comments

@vadimfedulov035
Copy link

$ conda install pytorch-cuda=12.1 pytorch cudatoolkit xformers -c pytorch -c nvidia -c xformers
Channels:

  • pytorch
  • nvidia
  • xformers
  • defaults
  • conda-forge
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: failed

PackagesNotFoundError: The following packages are not available from current ch:

  • xformers

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

I have installed xformers via "pip install xformers" but I am not sure if it's the correct way to do so. The supplied command didn't work.

@erwe324
Copy link

erwe324 commented Apr 29, 2024

Pip install xformers worked for me well

@danielhanchen
Copy link
Contributor

Ye pip normally works - I think the Xformers team hasnt uploaded Conda packages although I'm unsure.
Another way is to limit the Xformers version: xformers<0.0.26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants