Skip to content

Commit 39f6f13

Browse files
committed
doc
1 parent ef48a6c commit 39f6f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

onnx_diagnostic/helpers/mini_onnx_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,8 @@ def create_onnx_model_from_input_tensors(
393393
Creates a model proto including all the value as initializers.
394394
They can be restored by executing the model.
395395
We assume these inputs are not bigger than 2Gb,
396-
the limit of protobuf.
396+
the limit of protobuf. Nothing is implemented yet to get around
397+
that limit.
397398
398399
:param inputs: anything
399400
:param switch_low_high: if None, it is equal to ``switch_low_high=sys.byteorder != "big"``

0 commit comments

Comments
 (0)