Skip to content

Commit 188e751

Browse files
author
shubhagr-quic
authored
Removed onnx_defer_loading flag. (#295)
Removing onnx_defer_loading flag which was originally removed in _[Removed onnx_defer_loading from Immutable Convertor Args. PR: 230]_ but got added back later in _[Mllama(single + dual) + InternVL(single) + Llava (single) PR: 267]_ maybe becausing of rebasing. Signed-off-by: Shubham Agrawal <[email protected]>
1 parent 2b17ebd commit 188e751

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QEfficient/utils/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ class QnnConstants:
136136
"--float_bitwidth ",
137137
"--preserve_io_datatype",
138138
"--onnx_skip_simplification",
139-
"--onnx_defer_loading",
140139
]
141140

142141
IMMUTABLE_CONTEXT_BIN_GEN_ARGS = [

0 commit comments

Comments
 (0)