You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
ju2ez
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 17, 2022
This has been resolved by #29740 - this is an issue with nesting these wrappers, and a quick workaround for now is to switch the order: tune.with_resources(tune.with_parameters(...), ...)
What happened + What you expected to happen
When passing multiple objects to tune.with_parameters CUDA is not recognized anymore in the trainable process.
What I did:
The adding of a parameters next to the trainable in the with_parameters function leads to tune not detecting the GPU anymore.
Any thoughts?
Versions / Dependencies
Ray Version 2.1.0
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: