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
Thank you for sharing the great work!!
I attempted to evaluate the dense and sparse checkpoint and encountered a bug. It is too tiny to be a pull request, just reporting here.
https://github.com/SqueezeAILab/SqueezeLLM/blob/main/squeezellm/quant.py#L199
- num = getattr(numvals[name1]) + num = numvals[name1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for sharing the great work!!
I attempted to evaluate the dense and sparse checkpoint and encountered a bug. It is too tiny to be a pull request, just reporting here.
https://github.com/SqueezeAILab/SqueezeLLM/blob/main/squeezellm/quant.py#L199
The text was updated successfully, but these errors were encountered: