-
Notifications
You must be signed in to change notification settings - Fork 262
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 YOLOv8x across multiple GPUs? #1356
Comments
When I modified execution_context.py, the parsing of gpu_ids became normal. I don't know if this is the case.
But still only cuda:0 is used, is there a way to get 8 GPUs to compute YOLO. |
You need ray to run it across multiple GPUs. Is the issue you mentioned in #1357 fixed? |
When I set CUDA_VISIBLE_DEVICES, Ray seems to work fine. |
Add instructions about seting CUDA_VISIBLE_DEVICES in https://evadb.readthedocs.io/en/stable/source/overview/faq.html |
Search before asking
Question
When I set ray to True and gpu_ids to '[0,1,2,3,4,5,6,7]', YOLOv8x is only running on cuda:0 and not using other GPUs. Did I set it up wrong?
I use the EvaDB v0.3.8, and the used queries are as follows:
The text was updated successfully, but these errors were encountered: