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 7ccc117 + 7662492 commit 159c8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion accelerator/abstract_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import abc
from abc import ABC
from .constants import *
from deepspeed.ops import compatible_ops as __compatible_ops__
from deepspeed.git_version_info import compatible_ops as __compatible_ops__

class DeepSpeedAccelerator(ABC):

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 159c8e4

Please sign in to comment.