Skip to content

Commit 386e219

Browse files
authored
fix-ci (#1927)
1 parent cf82161 commit 386e219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchao/experimental/ops/mps/test/test_lowbit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
import torch
1111
from parameterized import parameterized
1212

13-
import torchao # noqa: F401
13+
# Need to import to load the ops
14+
from torchao.experimental.quant_api import UIntxWeightOnlyLinearQuantizer # noqa: F401
1415

1516
try:
1617
for nbit in range(1, 8):

0 commit comments

Comments
 (0)