Skip to content

Commit 66617fc

Browse files
authored
add install command to OnnxReleases.md (onnx#7204)
### Description <!-- - Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? --> <!-- - If it fixes an open issue, please link to the issue here. --> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 49e4798 commit 66617fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OnnxReleases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ RC-Candidates
122122
## Package verification
123123

124124
**Partner Validation**
125-
125+
* User should install the rc-packages with *pip install --no-deps -i https://test.pypi.org/simple/ onnx* (and manually install its dependencies so they are not obtained from test-pypi)
126126
* Test with onnxruntime package:
127127
* Run the test script from [test_with_ort.py](/onnx/test/test_with_ort.py) with installed onnxruntime package.
128128
* The scripts tests ONNX functions like `load`, `checker.check_model`, and `shape_inference.infer_shapes`, with onnxruntime functions like `InferenceSession` and `InferenceSession.run` on certain example ONNX model.

0 commit comments

Comments
 (0)