-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Multi-GPU inference #769
Comments
Hello @shivangsharma1, please go through this resolution of same issue: #754 (comment) |
Hi @pacman100 , |
Basically you just need to call |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Hi Team,
I have trained a t5/mt5 hugging face model, I am looking for a way to to inference 1Million examples on multiple GPU. I was able to inference using single GPU but I want a way to load the pretrained saved huggingface model and do multi-GPU inference and save it at last.
Can someone please share a script to do the process?
The text was updated successfully, but these errors were encountered: