Skip to content

Commit

Permalink
precommit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Apr 22, 2024
1 parent d571aef commit 7662492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions accelerator/abstract_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from .constants import *
from deepspeed.git_version_info import compatible_ops as __compatible_ops__


class DeepSpeedAccelerator(ABC):

def __init__(self):
Expand Down
2 changes: 1 addition & 1 deletion accelerator/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
OP_TRANSFORMER_INFERENCE = "transformer_inference"
ZERO_1 = "zero1"
ZERO_2 = "zero2"
ZERO_3 = "zero3"
ZERO_3 = "zero3"

0 comments on commit 7662492

Please sign in to comment.