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 struggling to find how to get how much GPU I consume each time from each inference. Using torch in this case does not really work since vllm allocates 90% memory for the KV cache by default but I would like to know, for each inference from a LLM, how much GPU have been consumed to generate the certain amount of tokens in output.
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
-
Hello
I am struggling to find how to get how much GPU I consume each time from each inference. Using torch in this case does not really work since vllm allocates 90% memory for the KV cache by default but I would like to know, for each inference from a LLM, how much GPU have been consumed to generate the certain amount of tokens in output.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions