Skip to content

Commit

Permalink
Update deepmd/dpmodel/model/base_model.py
Browse files Browse the repository at this point in the history
Co-authored-by: Han Wang <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz and wanghan-iapcm authored Feb 25, 2024
1 parent 7fbaf71 commit c2fb0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/dpmodel/model/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class BaseBaseModel(ABC):
"""Base class for final exported model that will be directly used for inference.
The class defines some abstractmethods that will be directly called by the
inference interface. If the final model class inherbits some of those methods
inference interface. If the final model class inherits some of those methods
from other classes, `BaseModel` should be inherited as the last class to ensure
the correct method resolution order.
Expand Down

0 comments on commit c2fb0be

Please sign in to comment.