Track-Anything
Track-Anything copied to clipboard
Using multi-GPUs
Thanks for nice work!
I want to run app.py
with multi GPUs due to GPU memory problem..
But if I change the line
https://github.com/gaomingqi/Track-Anything/blob/e6e159273790974e04eeea6673f1f93c035005fc/app.py#L381
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.
@dongho-Han Hi! I have the same question with yours. Can you find the solution to use multi-GPUs? Thanks.