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 want to use nsys profile to check the performance of vllm.
I test vllm with an llama2-7B model using tp4 on four Nvidia A10 gpus, and here is my test script which does not use cuda_graph
I used tp4 to run, but only the driver worker process can see the CUDA HW which contains cuda kernels
I wonder why the other three processes are lost here?
Before submitting a new issue...
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:
Anything you want to discuss about vllm.
I want to use nsys profile to check the performance of vllm.
I test vllm with an llama2-7B model using tp4 on four Nvidia A10 gpus, and here is my test script which does not use cuda_graph
And profile it with nsight
I used tp4 to run, but only the driver worker process can see the CUDA HW which contains cuda kernels
I wonder why the other three processes are lost here?
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: