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

Installation Guide for unsloth on Windows #402

Open
BokaQin opened this issue Apr 30, 2024 · 3 comments
Open

Installation Guide for unsloth on Windows #402

BokaQin opened this issue Apr 30, 2024 · 3 comments

Comments

@BokaQin
Copy link

BokaQin commented Apr 30, 2024

Don't use the conda

and mamba, windows don't like it. so just install python3.10 on windows, and change the env path.

triton install

https://huggingface.co/r4ziel/xformers_pre_built/blob/main/triton-2.0.0-cp310-cp310-win_amd64.whl

here, like it.

windows don't like pytorch. even out LLMs.

@danielhanchen
Copy link
Contributor

Oh very cool! Ye pip is probably best

@zzerrrro
Copy link

zzerrrro commented May 9, 2024

when I use : pip install "unsloth[cu121-torch211] @ git+https://github.com/unslothai/unsloth.git"
An error occurred : ERROR: xformers-0.0.23-cp310-cp310-manylinux2014_x86_64.whl is not a supported wheel on this platform.
What should I do?

@danielhanchen
Copy link
Contributor

For Windows, try pip install -U xformers --index-url https://download.pytorch.org/whl/cu121 separately for Xformers

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