Skip to content

Commit

Permalink
fix the accelerator issue
Browse files Browse the repository at this point in the history
Co-authored-by: eigen2017 <[email protected]>
  • Loading branch information
yangcheng and eigen2017 committed Apr 15, 2024
1 parent c89600c commit 2aca1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accelerator/mps_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def export_envs(self):
return []

def visible_devices_envs(self):
# TODO could not find visible devices env for mps
# TODO: could not find visible devices env for mps
return ['CUDA_VISIBLE_DEVICES']

def set_visible_devices_envs(self, current_env, local_accelerator_ids):
Expand Down

0 comments on commit 2aca1aa

Please sign in to comment.