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
As stated in the title, seems cuda_backward and kernel_backward is missing in RWKV-v7/cuda/wkv7.cu and RWKV-v7/cuda/wkv7_op.cpp
If you try to train a model with RWKV-v7 I'm getting:
NotImplementedError: You must implement either the backward or vjp method for your custom autograd.Function to use it with backward mode AD.
The text was updated successfully, but these errors were encountered:
https://github.com/BlinkDL/modded-nanogpt-rwkv
Sorry, something went wrong.
No branches or pull requests
As stated in the title, seems cuda_backward and kernel_backward is missing in RWKV-v7/cuda/wkv7.cu and RWKV-v7/cuda/wkv7_op.cpp
If you try to train a model with RWKV-v7 I'm getting:
NotImplementedError: You must implement either the backward or vjp method for your custom autograd.Function to use it with backward mode AD.
The text was updated successfully, but these errors were encountered: