Skip to content
New issue

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

Minor bug for --include_sparse #39

Open
vuiseng9 opened this issue Aug 11, 2023 · 0 comments
Open

Minor bug for --include_sparse #39

vuiseng9 opened this issue Aug 11, 2023 · 0 comments

Comments

@vuiseng9
Copy link

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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant