Skip to content

Commit

Permalink
[Train][nit] Fix typo in BackendExecutor function doc str (ray-projec…
Browse files Browse the repository at this point in the history
…t#49347)

Fix a typo in the doc string of a function in BackendExecutor

Signed-off-by: Hongpeng Guo <hpguo@anyscale.com>
  • Loading branch information
hongpeng-guo authored Dec 19, 2024
1 parent 5483b0e commit a8210fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/train/_internal/backend_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def _share_cuda_visible_devices(self):
CUDA_VISIBLE_DEVICES:
- Worker1: "0,1,2,3"
- Worker2: "0,1,2,3"
- Worker2: "0,1"
- Worker3: "0,1"
"""
self._share_resource_ids(
Expand Down

0 comments on commit a8210fc

Please sign in to comment.