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
I am running vLLM as a docker container, only specifying the model repository and tensor-parallel-size set to 2. The model loads successfully and I can use the /completion endpoint, both GPU's are used my vLLM. The issue is that only 2 CPU's are being used maxing out at 2*100%. I have 24 CPU's on my system. How can I make sure vLLM uses more than 2 CPU's?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running vLLM as a docker container, only specifying the model repository and tensor-parallel-size set to 2. The model loads successfully and I can use the /completion endpoint, both GPU's are used my vLLM. The issue is that only 2 CPU's are being used maxing out at 2*100%. I have 24 CPU's on my system. How can I make sure vLLM uses more than 2 CPU's?
Beta Was this translation helpful? Give feedback.
All reactions