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
see
#623
the new aqt apis have similar runtime perf but worse peak memory than the old apis for int8 dynamic and int4wo quant
probably this is due to needing to transpose the weight tensor for int8 dynamic, unsure for int4wo
The text was updated successfully, but these errors were encountered:
Unified quantizer (pytorch#624)
e4a51a8
* remove debug print statements and run linter * use unified quantizer architecture * use unified quantizer architecture * use unified quantizer architecture * typos & lint * typos & lint
No branches or pull requests
see
#623
the new aqt apis have similar runtime perf but worse peak memory than the old apis for int8 dynamic and int4wo quant
probably this is due to needing to transpose the weight tensor for int8 dynamic, unsure for int4wo
The text was updated successfully, but these errors were encountered: