Skip to content

Commit 9ffbb0e

Browse files
authored
Merge branch 'main' into lint_fixes#1_torchao/dtype
2 parents 1aa8839 + 88440e8 commit 9ffbb0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchao/dtypes/affine_quantized_tensor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import torch
22
from typing import Tuple, Optional, Union
3-
import torchao.ops
3+
from collections import defaultdict
4+
import functools
45
import math
56
from torchao.quantization.quant_primitives import (
67
choose_qparams_affine,

0 commit comments

Comments
 (0)