Skip to content

Commit 0a770e4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 00dcd58 commit 0a770e4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

deepmd/pt/train/wrapper.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
Union,
66
)
77

8-
from deepmd.pt.utils.env import BF16_AUTOCAST
98
import torch
109

10+
from deepmd.pt.utils.env import (
11+
BF16_AUTOCAST,
12+
)
13+
1114
if torch.__version__.startswith("2"):
1215
import torch._dynamo
1316

0 commit comments

Comments
 (0)