Skip to content

Commit f5efdae

Browse files
committed
Addressed comments
Signed-off-by: Amit Raj <quic_amitraj@quicinc.com>
1 parent 2f1ec08 commit f5efdae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

QEfficient/base/modeling_qeff.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import onnx
2020
import torch
21-
import torch.nn as nn
2221

2322
from QEfficient.base.onnx_transforms import OnnxTransform
2423
from QEfficient.base.pytorch_transforms import PytorchTransform
@@ -121,7 +120,6 @@ def _export(
121120
export_kwargs: Optional[Dict[str, any]] = None,
122121
onnx_transform_kwargs: Optional[Dict[str, any]] = None,
123122
export_dir: Optional[str] = None,
124-
model: nn.Module = None,
125123
) -> str:
126124
"""
127125
Export the Pytorch model to ONNX.

0 commit comments

Comments
 (0)