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
I did a fresh install od Ubuntu and ai-toolkit today and got this error running the script :
RuntimeError: cuDNN Frontend error: [cudnn_frontend] Error: No execution plans support the graph
This is because standard installation installs pytorch 2.5.0 (since Oct 23, 2024).
Just downgrade pytorch to 2.4.1 :
pip3 install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/test/cu124
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did a fresh install od Ubuntu and ai-toolkit today and got this error running the script :
This is because standard installation installs pytorch 2.5.0 (since Oct 23, 2024).
Just downgrade pytorch to 2.4.1 :
pip3 install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/test/cu124
The text was updated successfully, but these errors were encountered: