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

CUFFT_INTERNAL_ERROR #49

Closed
Limbicnation opened this issue Mar 10, 2023 · 2 comments
Closed

CUFFT_INTERNAL_ERROR #49

Limbicnation opened this issue Mar 10, 2023 · 2 comments

Comments

@Limbicnation
Copy link

When attempting to run app.py, an error is returned.
return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR

@510043149
Copy link

use cuda 11.8 version pytorch will resolve this issue, this issue also arises at my RTX4090

@Limbicnation
Copy link
Author

Thank you. In my case, I had to install PyTorch with Conda using the following command:

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

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

2 participants