Skip to content

Commit 2de6982

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QEfficient/base/modeling_qeff.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def _export(
121121
export_kwargs: Optional[Dict[str, any]] = None,
122122
onnx_transform_kwargs: Optional[Dict[str, any]] = None,
123123
export_dir: Optional[str] = None,
124-
model: nn.Module = None,
125124
) -> str:
126125
"""
127126
Export the Pytorch model to ONNX.

0 commit comments

Comments
 (0)