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 more than one GPU to increase translations speed #75

Open
edvardasast opened this issue Feb 10, 2023 · 2 comments
Open

Use more than one GPU to increase translations speed #75

edvardasast opened this issue Feb 10, 2023 · 2 comments

Comments

@edvardasast
Copy link

edvardasast commented Feb 10, 2023

Hi,

I would like to use more than one GPU to increase translations speed is it possible? I am using docker container with GPU support.
As you could see in the screenshot bellow now it is using only one GPU at a time.
https://imgur.com/a/OuBoAWg

@martin-kirilov
Copy link
Contributor

Could you try adding --gpus all to your nvidia-docker run command? Something like:
nvidia-docker run --gpus all -p 8888:8888 opus-mt-gpu:latest

@edvardasast
Copy link
Author

Could you try adding --gpus all to your nvidia-docker run command? Something like: nvidia-docker run --gpus all -p 8888:8888 opus-mt-gpu:latest

Yes, I have done that, but it looks that system is not for multi gpu processing because it use only one GPU at a time and if I increase load translations speed dropping, but system do not start to use more GPUs for processing requests.

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