You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. Please tell me, is it possible to clear RAM usage after loading the scales onto the GPU? As far as I understand, RAM is only needed when loading scales from the SSD.
Now, when running vllm/vllm-openai:latest docker image, almost all of my RAM memory (20+ GB) is occupied by the vllm container to load the model, but after a successful launch, the memory is not released and other docker applications crash when launched due to OOM, which is not allowed in production.
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
Hi all. Please tell me, is it possible to clear RAM usage after loading the scales onto the GPU? As far as I understand, RAM is only needed when loading scales from the SSD.
Now, when running vllm/vllm-openai:latest docker image, almost all of my RAM memory (20+ GB) is occupied by the vllm container to load the model, but after a successful launch, the memory is not released and other docker applications crash when launched due to OOM, which is not allowed in production.
Code to reproduce:
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: