Skip to content

Commit daa0920

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9fb71dc commit daa0920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/pytorch/check-avail-extras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import matplotlib # noqa: F401
55
import omegaconf # noqa: F401
66
import rich # noqa: F401
7+
import torch
78

8-
import torch # noqa: F401
99
if torch.cuda.is_available():
1010
import bitsandbytes # noqa: F401

0 commit comments

Comments
 (0)