-
Notifications
You must be signed in to change notification settings - Fork 68
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
Python3.8 version packages #4
Comments
same |
same + |
same |
Seems like after trying to install the modules one by one the process ultimately fails at DeepSpeed which from what I can tell is not compatible with Windows. There are some steps to bypass this if someone wants to have a look, I haven't dived into this too much yet: |
Yes, exactly, I also tried to install DeepSpeed for windows by compile the package but nothing still the problem, but I think I should try with WSL2. |
same |
same, was so excited, oh snap |
Thanks to @toyxyz for this advice but if you are running Windows you can install WSL to run an Ubuntu OS Terminal on top of Windows, setup is really easy and straightforward: Once you install WSL you should be able to get this running |
There's no need to install wsl to use deepspeed.
Then |
dont work in my environment |
try removing triton==2.0.0 |
Hello, first of all compliments for the project, that's sick :)
I tried to install the repo locally but I got some issues with the installation of the packages.
I created an environment with conda using python 3.8.18
Now when I run
pip install -r enviroment.txt
I get this error, It's about the compatibility with the version of python used and the package versions.Can I know what Python version are you using?
Log:
The text was updated successfully, but these errors were encountered: