Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 19, 2023
1 parent 1c5bf97 commit 6323dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def dlopen_library(module: str, filename: str):
r"layer_(\d+)_type_(\d+)/(matrix)|"
r"layer_(\d+)/(bias)|"
r"layer_(\d+)_type_(\d+)/(bias)|"
r"layer_(\d+)_/(idt)|"
r"layer_(\d+)/(idt)|"
r"layer_(\d+)_type_(\d+)/(idt)|"
r"(final)_layer/(matrix)|"
r"(final)_layer_type_(\d+)/(matrix)|"
Expand Down

0 comments on commit 6323dc1

Please sign in to comment.