Skip to content

Commit

Permalink
fix: try fixing deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
anyangml committed Oct 31, 2024
1 parent 47d0184 commit 6658688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepmd/dpmodel/model/dp_zbl_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@BaseModel.register("zbl")
class DPZBLModel(DPZBLModel_):
model_type = "ener"
model_type = "zbl"

def __init__(
self,
Expand Down
2 changes: 1 addition & 1 deletion deepmd/pt/model/model/dp_zbl_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

@BaseModel.register("zbl")
class DPZBLModel(DPZBLModel_):
model_type = "ener"
model_type = "zbl"

def __init__(
self,
Expand Down

0 comments on commit 6658688

Please sign in to comment.