Skip to content

Commit a2e8e2a

Browse files
authored
Remove unused code (#476)
Summary: This is unused code Test Plan: just unused code, making sure CI passes Reviewers: Subscribers: Tasks: Tags:
1 parent 74846da commit a2e8e2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torchao/quantization/smoothquant.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
import torch
1616
import torch.nn.functional as F
1717

18-
import torchao.quantization.quant_api as quant_api
19-
2018
from .utils import (
2119
dynamically_quantize_per_channel,
2220
quant_int8_dynamic_per_token_linear,

0 commit comments

Comments
 (0)