Skip to content

Commit dd939e2

Browse files
Update articles/azure-sql-edge/deploy-onnx.md
Co-authored-by: William Assaf MSFT <[email protected]>
1 parent 0e2b27e commit dd939e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql-edge/deploy-onnx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ onnxmltools.utils.save_model(onnx_model, onnx_model_path)
180180
```
181181

182182
> [!NOTE]
183-
> You may need to set the target_opset parameter for skl2onnx.convert_sklearn function, if there is a mismatch between ONNX runtime version in SQL Edge and skl2onnx packge. See [SQL Edge Release notes](https://docs.microsoft.com/en-us/azure/azure-sql-edge/release-notes) to get the ONNX runtime version corresponding for the release and pick the target_opset for ONNX runtime based on the [ONNX backward compatibility matrix](https://github.com/microsoft/onnxruntime/blob/master/docs/Versioning.md#version-matrix).
183+
> You may need to set the `target_opset` parameter for the skl2onnx.convert_sklearn function if there is a mismatch between ONNX runtime version in SQL Edge and skl2onnx packge. For more information, see the [SQL Edge Release notes](release-notes.md) to get the ONNX runtime version corresponding for the release, and pick the `target_opset` for the ONNX runtime based on the [ONNX backward compatibility matrix](https://github.com/microsoft/onnxruntime/blob/master/docs/Versioning.md#version-matrix).
184184
185185
## Test the ONNX model
186186

0 commit comments

Comments
 (0)