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

Why quantized model of 640MB took almost 3GB of VRAM? #1229

Open
Bakht-Ullah opened this issue Mar 6, 2025 · 0 comments
Open

Why quantized model of 640MB took almost 3GB of VRAM? #1229

Bakht-Ullah opened this issue Mar 6, 2025 · 0 comments
Labels
question Further information is requested vllm Using vLLM

Comments

@Bakht-Ullah
Copy link

Bakht-Ullah commented Mar 6, 2025

I have quantized openai/whisper-medium model with W4A16 GPTQ method having 2.8GB of size to 640MB. But I am facing the issue when I load two quantized model simultaneously it utilize almost 6GB of the VRAM. Can anyone know why this utilize too much memory.

#loading model

llm = LLM(
model="Bakht123/whisper-medium-gptq-W4A16-G128",
max_model_len=448,
max_num_seqs=64,
limit_mm_per_prompt={"audio": 1},
)

llm1 = LLM(
model="Bakht123/whisper-medium-gptq-W4A16-G128",
max_model_len=448,
max_num_seqs=64,
limit_mm_per_prompt={"audio": 1},
)

#memory utilization

Image

@dsikka dsikka added question Further information is requested vllm Using vLLM labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested vllm Using vLLM
Projects
None yet
Development

No branches or pull requests

2 participants