-
Notifications
You must be signed in to change notification settings - Fork 296
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
Error after installing CUDA extension for Cauchy multiplication #62
Comments
Can you elaborate on the 'nvrtc' error? Can you uninstall and reinstall the extension ( Does the code run if you completely uninstall the extension? What about if you install |
After doing multiple tests, I realized that the cauchy extension is not the problem (although it is strange that even after installing the extension, the code still returns "CUDA extension for cauchy multiplication not found"), but it is the second error that I cannot resolve:
|
I haven't seen this error before. Just to confirm, this happens even with the extension uninstalled? Does your environment work with other codebases? Outside of the extension, there is nothing fancy with requirements for this repository. |
Yeah, the extension is not installed. however I'm getting this error at the end of training after epoch 9 is finished. |
Hi, I also have the same error, at the end of the training (running
So it does train, but this is a strange ending assertion error. |
Thanks for the additional info! Does this error occur if you uninstall the |
I can't run the code without the |
You should be able to remove the |
The code seems working on CPU without errors. however, I getting a |
|
|
I am also facing the exact same issue. @gitbooo have you found a solution? |
|
I'm trying to reproduce experiments but the code is retuning a KeyError 'nvrtc' and the warning
[src.models.sequence.ss.kernel][WARNING] - CUDA extension for Cauchy multiplication not found
still appearing.Otherwise, I'm getting this erreur :
Fatal error condition occurred in /opt/vcpkg/buildtrees/aws-c-io/src/9e6648842a-364b708815.clean/source/event_loop.c:72: aws_thread_launch(&cleanup_thread, s_event_loop_destroy_async_thread_fn, el_group, &thread_options) == AWS_OP_SUCCESS
The text was updated successfully, but these errors were encountered: