-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[tune] Support Custom Resources #2979
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
Conversation
|
Test FAILed. |
python/ray/tune/trial.py
Outdated
| extra_gpu (float): Extra GPUs to reserve in case the trial needs to | ||
| launch additional Ray actors that use GPUs. | ||
| custom_resources (dict): | ||
| extra_custom_resources (dict): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
cc @hartikainen |
|
Test FAILed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
ericl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One status nit.
Co-Authored-By: richardliaw <[email protected]>
|
Test PASSed. |
|
Test FAILed. |
Support arbitrary resource declarations in Tune.
Need to address #2875