We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2176a commit 219adbdCopy full SHA for 219adbd
tests/test_transfusion.py
@@ -2,6 +2,7 @@
2
from functools import partial
3
from copy import deepcopy
4
5
+import torch
6
from torch import nn, randint, randn, tensor, cuda
7
8
cuda_available = cuda.is_available()
0 commit comments