Skip to content

Commit b3a9548

Browse files
authored
Apply suggestions from code review
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com> Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent 69fc529 commit b3a9548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mobius/_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ def forward(self, op, input_ids, attention_mask,
221221
if "" in model.graph.opset_imports:
222222
original = model.graph.opset_imports[""]
223223
model.graph.opset_imports[""] = 23
224-
logger.info(
224+
logger.warning(
225225
"Lowered opset %d→23 for '%s' (EP=%s). "
226226
"ORT does not yet register opset %d kernels for this EP. "
227-
"Track https://github.com/microsoft/onnxruntime/pull/28368",
227+
"Track https://github.com/microsoft/onnxruntime/issues/27729",
228228
original,
229229
name,
230230
execution_provider,

0 commit comments

Comments
 (0)