We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cf973 commit 96d49cdCopy full SHA for 96d49cd
benchmarks/benchmark_aq.py
@@ -5,7 +5,7 @@
5
Int8WeightOnlyQuantizedLinearWeight,
6
Int4WeightOnlyQuantizedLinearWeight,
7
)
8
-from torchao.quantization.utils import (
+from torchao.utils import (
9
TORCH_VERSION_AFTER_2_4,
10
11
from torchao.quantization.quant_api import (
benchmarks/intmm.py
@@ -6,7 +6,7 @@
import pathlib
import torch
-from torchao.quantization.utils import TORCH_VERSION_AFTER_2_4, TORCH_VERSION_AFTER_2_2
+from torchao.utils import TORCH_VERSION_AFTER_2_4, TORCH_VERSION_AFTER_2_2
12
# Check if CUDA is available, if not, exit the script
0 commit comments