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

Does airllm support quantized gguf/gptq/awq models ? #133

Open
robik72 opened this issue Apr 28, 2024 · 0 comments
Open

Does airllm support quantized gguf/gptq/awq models ? #133

robik72 opened this issue Apr 28, 2024 · 0 comments

Comments

@robik72
Copy link

robik72 commented Apr 28, 2024

I am trying to use air llm on my pc (win11, 32gb ram, rtx 3080 with 10gb vram) to run llama 3 70b.
After downloading llama 3 quantized at 4bit from here: I have tried to load the model with the provided sample code, including compression:

model = AutoModel.from_pretrained(r"(MY WINDOWS PATH)\Meta-Llama-3-70B-Instruct-GGUF\Meta-Llama-3-70B-Instruct-Q4_K_M.gguf", compression='4bit' )

It quickly allocated all my memory until the computer was completely unresponsive and i had to use the hard reset.
So does air llm support quantized models in the format GGUF/GPTQ/AWQ ? or works only with the original, not quantized, model ?

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