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
@BlinkDL Hi, I am willing to dedicate some time to implement GPTQ for RWKV, is that okay ?
The text was updated successfully, but these errors were encountered:
This is exactly what we need :) Please work on ChatRWKV
And please take a look at https://github.com/hahnyuan/RPTQ4LLM
And you only need quantization for matrix*vec (ignore all time_xxx stuff - they have to be in fp32. tiny amt of computation).
Sorry, something went wrong.
Referencing BlinkDL/ChatRWKV#98 for any questions related to this topic
No branches or pull requests
@BlinkDL Hi, I am willing to dedicate some time to implement GPTQ for RWKV, is that okay ?
The text was updated successfully, but these errors were encountered: