Skip to content

Commit

Permalink
Merge branch 'duli/capability' of https://github.com/microsoft/DeepSpeed
Browse files Browse the repository at this point in the history
 into duli/capability
  • Loading branch information
duli2012 committed Apr 22, 2024
2 parents 159c8e4 + 7588dc6 commit 6ad67c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions accelerator/abstract_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,14 @@ def build_extension(self):
def export_envs(self):
...

@abc.abstractmethod
def visible_devices_envs(self):
...

@abc.abstractmethod
def set_visible_devices_envs(self, current_env, local_accelerator_ids):
...

def get_ds_feature(self, key):
return self._ds_features[key]

Expand Down

0 comments on commit 6ad67c7

Please sign in to comment.