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

How to run two YOLOv8 models in parallel on 3060 #3742

Closed
xillee opened this issue Mar 26, 2024 · 2 comments
Closed

How to run two YOLOv8 models in parallel on 3060 #3742

xillee opened this issue Mar 26, 2024 · 2 comments
Assignees
Labels
triaged Issue has been triaged by maintainers

Comments

@xillee
Copy link

xillee commented Mar 26, 2024

Description

When I run yolov8 model on 3060, only 7% of GPU is used. I want to run more the one model in parallel in order to reduce the inference duration.

Environment

TensorRT Version:
8.6
NVIDIA GPU:
3060
NVIDIA Driver Version:

CUDA Version:
12.1
CUDNN Version:
8.6

Operating System:

Python Version (if applicable):

Tensorflow Version (if applicable):

PyTorch Version (if applicable):

Baremetal or Container (if so, version):

Relevant Files

Model link:

Steps To Reproduce

Commands or scripts:

Have you tried the latest release?:

Can this model run on other frameworks? For example run ONNX model with ONNXRuntime (polygraphy run <model.onnx> --onnxrt):

@zerollzeng
Copy link
Collaborator

It just be too small to consume the power of GPU, e.g. consider the difference between mobilenet and resnet. You can increase the throughput(not inference time) by increase batch or use multi-thread inference.

@zerollzeng zerollzeng self-assigned this Mar 28, 2024
@zerollzeng zerollzeng added the triaged Issue has been triaged by maintainers label Mar 28, 2024
@ttyio
Copy link
Collaborator

ttyio commented Apr 30, 2024

closing since no activity for more than 3 weeks per our policy. thanks!

@ttyio ttyio closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been triaged by maintainers
Projects
None yet
Development

No branches or pull requests

3 participants