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

Which script were used for 4bit quantization? #100

Open
alex4321 opened this issue May 11, 2023 · 2 comments
Open

Which script were used for 4bit quantization? #100

alex4321 opened this issue May 11, 2023 · 2 comments

Comments

@alex4321
Copy link
Contributor

As far as I can see the model don't use GGML weights here, is that correct? (did not checked yet).

If so - what script is used to make 4bit quantization here?

For instance - if I am going to try vicuna (which is LLAMA + some delta weights) I can generate full vicuna weights, but than I will need to perform quantization - which one is used in this library case?

@alex4321
Copy link
Contributor Author

Okay, I see it should be able to use gptq weights (safetensor format). I am facing another issues while trying to generate text, but that's offtopic for this issue.

So my problem should be solveable (well, at least if vicuna code itself is not different).

@johnsmith0031
Copy link
Owner

Currently this repo does not have any code related to model quantization. I think you can use it from GPTQ repo or GPTQ-LLAMA

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

2 participants