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
@@ -159,8 +160,6 @@ if __name__ == '__main__': <14>
159
160
<5> Optional: Specifies the requested accelerators for the Ray cluster (in this example, 1 NVIDIA GPU).
160
161
If you do not use NVIDIA GPUs, replace `nvidia.com/gpu` with the correct value for your accelerator; for example, specify `amd.com/gpu` for AMD GPUs.
161
162
If no accelerators are required, set the value to 0 or omit the line.
162
-
Note: To specify the requested accelerators for the Ray cluster, use the `worker_extended_resource_requests` parameter instead of the deprecated `num_gpus` parameter.
163
-
For more details, see the link:https://github.com/project-codeflare/codeflare-sdk/blob/v0.18.0/src/codeflare_sdk/cluster/config.py#L43-L73[CodeFlare SDK documentation].
164
163
<6> Specifies the location of the Ray cluster image.
165
164
The Python version in the Ray cluster image must be the same as the Python version in the workbench.
166
165
If you omit this line, one of the default CUDA-compatible Ray cluster images is used, based on the Python version detected in the workbench.
0 commit comments