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

A small mistake in the GPTQ section of the README. #531

Open
MTDoven opened this issue Nov 12, 2024 · 0 comments
Open

A small mistake in the GPTQ section of the README. #531

MTDoven opened this issue Nov 12, 2024 · 0 comments

Comments

@MTDoven
Copy link

MTDoven commented Nov 12, 2024

On line 1008 of REAMDE.md

Original:
model.quantize(dataset, cache_examples_on_gpu=False)

It should be:
model.quantize(calib_data, cache_examples_on_gpu=False)

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