Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona authored Sep 18, 2024
1 parent 8de09e0 commit 58850b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion msamp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

"""MS-AMP Python module."""
"""MS-AMP Python module.
This module is top level module.
"""

import torch
from deepspeed.ops.adam import FusedAdam
Expand Down

0 comments on commit 58850b7

Please sign in to comment.