Skip to content

Commit 375a096

Browse files
committed
Merge branch 'array-api-learning-rate' of https://github.com/njzjz/deepmd-kit into array-api-learning-rate
2 parents 8ab8e99 + 84906e8 commit 375a096

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deepmd/dpmodel/utils/learning_rate.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
from deepmd.common import (
1818
j_get_type,
1919
)
20-
from deepmd.dpmodel.array_api import Array
20+
from deepmd.dpmodel.array_api import (
21+
Array,
22+
)
2123
from deepmd.utils.plugin import (
2224
PluginVariant,
2325
make_plugin_registry,

0 commit comments

Comments
 (0)