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

ray init does not automaticly detect GPUs #157

Open
alessiovignoli opened this issue Jun 17, 2024 · 1 comment
Open

ray init does not automaticly detect GPUs #157

alessiovignoli opened this issue Jun 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alessiovignoli
Copy link
Contributor

ray is first initialized explicitly to set maximum resources limits, becuase it does not respect nextflow and cluster limits otherwise.

But doing so if num_gpus is left to None, default for ray.init see here -> docs the GPUs are not automaticly detected and used. In theory it should detect them all and use them all, but is not doing so.

@alessiovignoli alessiovignoli added the bug Something isn't working label Jun 17, 2024
@alessiovignoli alessiovignoli added this to the 1.0 - First clean release milestone Jun 17, 2024
@mathysgrapotte mathysgrapotte removed this from the 1.0 - First clean release milestone Sep 12, 2024
@mathysgrapotte
Copy link
Contributor

behaviour : if user hasn't specified gpus, should throw a useful warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants