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
Wouldn't this stop in the middle of startup? It worked when I made the following correction.
modules/zluda.py
38 torch.backends.cuda.enable_cudnn_sdp(False) ↓ if hasattr(torch.backends.cuda, "enable_cudnn_sdp"): torch.backends.cuda.enable_cudnn_sdp(False)
It should start normally.
No response
I can't log it because it won't start properly as it is.
The text was updated successfully, but these errors were encountered:
It was, but no longer. The default version of PyTorch is now 2.6.0. If you have older one, please reinstall PyTorch.
Sorry, something went wrong.
No branches or pull requests
Checklist
What happened?
Wouldn't this stop in the middle of startup?
It worked when I made the following correction.
modules/zluda.py
38 torch.backends.cuda.enable_cudnn_sdp(False)
↓
if hasattr(torch.backends.cuda, "enable_cudnn_sdp"):
torch.backends.cuda.enable_cudnn_sdp(False)
Steps to reproduce the problem
What should have happened?
It should start normally.
What browsers do you use to access the UI ?
No response
Sysinfo
I can't log it because it won't start properly as it is.
Console logs
I can't log it because it won't start properly as it is.
Additional information
No response
The text was updated successfully, but these errors were encountered: