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

Quantizing (my way). #2253

Open
0wwafa opened this issue Jun 22, 2024 · 0 comments
Open

Quantizing (my way). #2253

0wwafa opened this issue Jun 22, 2024 · 0 comments

Comments

@0wwafa
Copy link

0wwafa commented Jun 22, 2024

Hello @ggerganov !
I wish to quantize: openai/whisper-large-v3 in my "usual way".
With llama.cpp I usally do:

llama-quantize --allow-requantize --output-tensor-type f16 --token-embedding-type f16 model.f16.gguf model.f16.q6.gguf q6_k

And I use convert-hf-gguf to do the conversion from the safetensors to f16.

How can I do the same with whisper-large-v3?

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