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

Use Case Example - Great job on this devs! #57

Open
Omarch47 opened this issue Jun 19, 2024 · 3 comments
Open

Use Case Example - Great job on this devs! #57

Omarch47 opened this issue Jun 19, 2024 · 3 comments
Labels

Comments

@Omarch47
Copy link

I wanted to share a quick demonstration of a home use case for this that I made - though it is a bit silly: https://youtu.be/Q6PgKZfQeK8

I am running that on a 3090ti and Ubuntu 2022.04. As a side question, would there be a way to get this to utilize my second 3090ti as well? Great job on this project and thanks for sharing it openly!

@xumingw
Copy link
Contributor

xumingw commented Jun 19, 2024

Currently we don’t support inference one case with multiple gpus. But you can set CUDA_VISIBLE_DEVICES to run multi different inference simultaneously
try
CUDA_VISIBLE_DEVICES=1 python -m scripts.inference .....

@Omarch47
Copy link
Author

Currently we don’t support inference one case with multiple gpus. But you can set CUDA_VISIBLE_DEVICES to run multi different inference simultaneously try CUDA_VISIBLE_DEVICES=1 python -m scripts.inference .....

Thanks very much for the tip! That would be awesome to utilize both cards for different generations!

@zhjygit
Copy link

zhjygit commented Jun 24, 2024

一张显卡8G,带不动怎么搞呀?能否支持多卡的分布式。

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

No branches or pull requests

4 participants