We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I do: pip install -r requirements.txt it seems install the PyTorch Version: 2.5.1+cu124 CUDA Version (torch.version.cuda): 12.4
pip install -r requirements.txt
but I only have cu118 support, and have pytorch2.4.0+cu118. Does it have install window like pip install .[cu118-torch240]
Thank you!
No response
The text was updated successfully, but these errors were encountered:
Hi,
Please refer: https://pytorch.org/get-started/previous-versions/
Sorry, something went wrong.
No branches or pull requests
Motivation
When I do:
pip install -r requirements.txt
it seems install the
PyTorch Version: 2.5.1+cu124
CUDA Version (torch.version.cuda): 12.4
but I only have cu118 support, and have pytorch2.4.0+cu118.
Does it have install window like pip install .[cu118-torch240]
Thank you!
Related resources
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: