Skip to content

Commit cba6d5d

Browse files
committed
fix uncorrect library import
1 parent e261b89 commit cba6d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ao_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import unittest
77

88
import torch
9+
from torch.testing._internal import common_utils
910

1011
from torchao._models.llama.model import Transformer
11-
from torchao.testing import common_utils
1212

1313

1414
def init_model(name="stories15M", device="cpu", precision=torch.bfloat16):

0 commit comments

Comments
 (0)