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

Wrong Windows installations guide in README #816

Open
arturstopa opened this issue Aug 29, 2024 · 4 comments
Open

Wrong Windows installations guide in README #816

arturstopa opened this issue Aug 29, 2024 · 4 comments

Comments

@arturstopa
Copy link

This part of readme is wrong.

Line

conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia

doesn't work anymore. According to PyTorch docs for installation of older versions the correct line is

conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.7 -c pytorch -c nvidia
@Chovanec
Copy link

Also python setup.py install stops with error:
ModuleNotFoundError: No module named 'setuptools_rust'

@anmolbyte
Copy link

does anyone know how to fix the setuptools_rust error?

@arturstopa
Copy link
Author

Remove the constraint on tokenizers package.
image

Also, python setup.py install is deprecated and raises a Warning, use pip install . instead.

@IamQisir
Copy link

IamQisir commented Oct 9, 2024

Thank you! This is very helpful!

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

4 participants