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
Quantization requires to be able to perform int-8 matmul on GPU with a bias and a scaler (symmetric quant).
int-8
Right now, PyTorch has no support for those things, but Triton should work.
No
Quantization would be a very useful feature.
No response
The text was updated successfully, but these errors were encountered:
pommedeterresautee
Successfully merging a pull request may close this issue.
Description
Quantization requires to be able to perform
int-8
matmul on GPU with a bias and a scaler (symmetric quant).Right now, PyTorch has no support for those things, but Triton should work.
Is this request already on the discussion forum?
No
Motivation
Quantization would be a very useful feature.
Have you tried to implement it?
No response
Self-service
Code of Conduct
The text was updated successfully, but these errors were encountered: