mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Add pre-release onnxruntime-extensions python package install instru… (#14737)
This commit is contained in:
parent
345214c0f4
commit
c1c00e7a13
1 changed files with 4 additions and 4 deletions
|
|
@ -33,13 +33,13 @@ We provide a convenient Python script that exports the PyTorch model into ONNX f
|
|||
|
||||
```bash
|
||||
pip install torch
|
||||
pip install pillow
|
||||
pip install onnx
|
||||
pip install onnxruntime
|
||||
pip install onnxruntime-extensions
|
||||
pip install pillow
|
||||
pip install --index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ onnxruntime-extensions
|
||||
```
|
||||
|
||||
A note on versions: the best super resolution results are achieved with ONNX opset 18 (with its support for the Resize operator with anti-aliasing), which is supported by onnx 1.13.0 and onnxruntime 1.14.0 and later.
|
||||
|
||||
A note on versions: the best super resolution results are achieved with ONNX opset 18 (with its support for the Resize operator with anti-aliasing), which is supported by onnx 1.13.0 and onnxruntime 1.14.0 and later. The onnxruntime-extensions package is a pre-release version. The release version will be available soon.
|
||||
|
||||
2. Then download the script and test image from the onnxruntime-extensions GitHub repository (if you have not already cloned this repository):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue