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

Using multi-GPUs #130

Open
dongho-Han opened this issue Apr 2, 2024 · 1 comment
Open

Using multi-GPUs #130

dongho-Han opened this issue Apr 2, 2024 · 1 comment

Comments

@dongho-Han
Copy link

dongho-Han commented Apr 2, 2024

Thanks for nice work!

I want to run app.py with multi GPUs due to GPU memory problem..
But if I change the line

args.device = "cuda:3"

as,
args.device = "cuda:0,1,2" like this, it makes runtime error.
Is there any way to run your app with multiple GPUs??

Thanks.

@happyCoderZC
Copy link

@dongho-Han
Hi! I have the same question with yours.
Can you find the solution to use multi-GPUs?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants