We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for nice work!
I want to run app.py with multi GPUs due to GPU memory problem.. But if I change the line
app.py
Track-Anything/app.py
Line 381 in e6e1592
args.device = "cuda:0,1,2"
Thanks.
The text was updated successfully, but these errors were encountered:
@dongho-Han Hi! I have the same question with yours. Can you find the solution to use multi-GPUs? Thanks.
Sorry, something went wrong.
No branches or pull requests
Thanks for nice work!
I want to run
app.py
with multi GPUs due to GPU memory problem..But if I change the line
Track-Anything/app.py
Line 381 in e6e1592
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.
The text was updated successfully, but these errors were encountered: