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
I've added two enhancements to the current GPTQ for LLaMA. This brings speed up. 1.triton rotary embedding implemented by aljungberg qwopqwop200/GPTQ-for-LLaMa#221 Implement rotary embedding with triton. This gives a huge speed-up. 2.triton RMS norm https://github.com/qwopqwop200/GPTQ-for-LLaMa/blob/triton/quant/triton_norm.py The RMS norm is implemented as a triton. You get a slight extra speed boost.
The text was updated successfully, but these errors were encountered:
Added PR https://github.com/fpgaminer/GPTQ-triton/pull/21/files?diff=split&w=1 to port the triton rotary over to this repo. Saw on avg 9% increase in new tokens/s on my 30b model.
Sorry, something went wrong.
No branches or pull requests
I've added two enhancements to the current GPTQ for LLaMA. This brings speed up.
1.triton rotary embedding implemented by aljungberg
qwopqwop200/GPTQ-for-LLaMa#221
Implement rotary embedding with triton. This gives a huge speed-up.
2.triton RMS norm
https://github.com/qwopqwop200/GPTQ-for-LLaMa/blob/triton/quant/triton_norm.py
The RMS norm is implemented as a triton. You get a slight extra speed boost.
The text was updated successfully, but these errors were encountered: