Skip to content

Commit 283ecc1

Browse files
Lee, Kyunggeunquic-kyunggeu
authored andcommitted
Remove unused import that conflicts with torch 2.9 (#5810)
Signed-off-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com> Co-authored-by: Kyunggeun Lee <quic_kyunggeu@quicinc.com>
1 parent 9b65e1a commit 283ecc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

TrainingExtensions/torch/src/python/aimet_torch/onnx_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
from enum import IntEnum
4848
import torch
4949
from torch import nn
50-
import torch.onnx.symbolic_caffe2
5150
import torchvision
5251
import onnx
5352
import yaml

0 commit comments

Comments
 (0)