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

[cudnn_frontend] Error: No execution plans support the graph (--Solved--) #203

Open
AfterHAL opened this issue Oct 25, 2024 · 0 comments
Open

Comments

@AfterHAL
Copy link

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

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

1 participant