Skip to content

Commit 392312e

Browse files
chapman73Copilot
andauthored
Update onnxscript/utils/model_proto_to_function_proto.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 96d7a1c commit 392312e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxscript/utils/model_proto_to_function_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def convert_model_proto_to_function_proto(
4848
"""
4949
model = _initializers_to_constants(
5050
model
51-
) # theres some work to do here...maybe contribute to open source?
51+
) # There's some work to do here...maybe contribute to open source?
5252
model_ir = onnx_ir.serde.deserialize_model(model)
5353
function_ir = onnx_ir.Function(
5454
domain=domain, name=name, graph=model_ir.graph, attributes={}

0 commit comments

Comments
 (0)