Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/onnx/sklearn-onnx into stac…
Browse files Browse the repository at this point in the history
…king
  • Loading branch information
xadupre committed Apr 3, 2024
2 parents 3ada597 + 26447bc commit 17c6a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial_1_simple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ The easy case

The easy case is when the machine learned model
can be converter into ONNX with a converting library
without writing nay specific code. That means that a converter
without writing any specific code. That means that a converter
exists for the model or each piece of the model,
the converter produces an ONNX graph where every node
is part of the existing ONNX specifications, the runtime
is part of the existing ONNX specifications, and the runtime
used to compute the predictions implements every node
used in the ONNX graph.

Expand Down

0 comments on commit 17c6a9e

Please sign in to comment.