Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Yazdani committed Nov 9, 2023
1 parent 27ba203 commit 91385d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspeed/inference/v2/engine_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .model_implementations.flat_model_helpers import make_metadata_filename, ModelMetadata

def buid_engine_from_ds_checkpoint(path:str, engine_config: RaggedInferenceEngineConfig,
debug_level: int = logging.INFO) -> InferenceEngineV2::
debug_level: int = logging.INFO) -> InferenceEngineV2:

inference_logger(level=debug_level)
# Load metadata, for grabbing the policy name we'll have all ranks just check for
Expand Down

0 comments on commit 91385d2

Please sign in to comment.