-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to run on a single GPU? #28
Comments
Will the use of single GPU run existing overflow? |
Hi! You can adapt to use 1 gpu like so: Replace something that looks like this:
With this:
|
and don't forget to change |
It still gives some errors related to NCCL. |
|
@2455DD @ariellubonja, could you give me some ideas? I'm still encountering some NCCL-related errors. |
Hi @rhmaaa ! Can you try to re-create the Docker container from the Dockerfile? It sounds like a library is missing-type error |
How to run on a single GPU? The codes run with 8 GPUs and use distributed training. I can't find a single GPU interface(no sh file for one GPU, and no single GPU run command line).
The text was updated successfully, but these errors were encountered: