-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[s2s] 1 GPU test for run_distributed_eval #8297
Labels
Help wanted
Extra attention is needed, help appreciated
Comments
wdyt @stas00 |
I will work on that, thank you. |
A minor correction to the command (corrected
Question: why only 1 gpu? we currently don't have it tested at all. |
I thought 1 GPU test coverage would be runnable in current CI/by more users. |
Bottom line - run with as many GPUs as available. Thank you for clarifying. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add test coverage for run_distributed_eval.py that can run on 1 GPU.
The command:
works on 1 GPU.
After adding test coverage, we could try to improve API consistency between run_distributed_eval.py and run_eval.py .
The text was updated successfully, but these errors were encountered: