-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue 12 #13
Issue 12 #13
Conversation
@takaomoriyama thanks, can you please mention how is num_gpus calculated as a comment in the same file? |
Another question, do we need to update the documentation for launching ray clusters? |
The number of GPUs available for each host is hard to do in the ray_launch_cluster.sh using information from LSF. So I decided to let |
Yes, I agree. The example currently described in the README.md is a special case, where number of core on each node (slot or task) is always one, and no two nodes do not run on the same host. I think more general cases need to be mentioned in README.md.
|
One more thing included in this PR is new setting of RAY_TMPDIR environment variable.
|
bbc49c5
to
44c9d38
Compare
@takaomoriyama do we intend to do more work on this PR? |
This is a fix for issue #12
Signed-off-by: Takao Moriyama [[email protected]]