Yifan Li
ff415eac34
Improve TRT doc and advance EP session option ( #16868 )
...
### Description
Move EP session option usage in the front of TRT EP configuration
chapter, as it's preferred method of configuring TRT EP.
#### Major:
* Add more description for TRT EP session options
* Mark TRT environment variable as deprecated and fold the content
#### Minor:
* Fix incorrect types in one-to-one mapping table
* Fold long code example to shorten the paragraph
### Preview
After change:
https://yf711.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html#configurations
Before change:
https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#execution-provider-options
2023-07-28 11:15:01 -07:00
Yifan Li
e7464cd41d
Fix corrupt markdown table ( #16767 )
...
### Description
* Update table markdown following
https://just-the-docs.com/docs/ui-components/tables to fix UI
* Preview:
*
https://yf711.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html#requirements
### Motivation and Context
https://github.com/microsoft/onnxruntime/issues/16759
2023-07-20 12:18:04 +02:00
Sayan Shaw
85719a2a9d
remove unneeded no-toc from superres ( #16682 )
...
Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
2023-07-13 17:10:32 -07:00
Yifan Li
b4592d69c2
Clarify TRTEP doc ( #16537 )
...
### Description
* Clarify TRTEP version info
### Motivation and Context
https://github.com/microsoft/onnxruntime/issues/15118 : issue to request
https://github.com/microsoft/onnxruntime/pull/16465 : previous PR to
update trtep doc
2023-07-06 17:45:54 -07:00
Maanav Dalal
2bec00816b
Added (hidden) converter team page. ( #16507 )
...
Co-authored-by: MaanavD <maanavdalal@microsoft.com>
2023-07-03 15:28:11 -05:00
Ted Themistokleous
a4a5006077
Fix name for ROCMExecutinProvider in ROcm-ExecutionProvider docs ( #16534 )
...
Invalid EP name which causes confusion for users who use
ROCMExecutionProvider
Co-authored-by: Ted Themistokleous <tthemist@amd.com>
2023-06-30 11:33:43 +08:00
yf711
f240999167
Update trtep doc with ort 1.15 ( #16465 )
...
### Description
* TRT/cuda/cuDNN version updated
* Update the instruction of using trt builtin parser (new default
option) and using open-sourced onnx-trt parser (non-default)
* Add more comments to examples
Rendered version:
1. https://yf711.github.io/onnxruntime/docs/build/eps.html#tensorrt
2.
https://yf711.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html
2023-06-23 12:05:11 -07:00
Preetha Veeramalai
ea3af6cadb
Update documentation for OVEP v5.0 release ( #16441 )
...
### Description
Documentation updates
### Motivation and Context
Update the OpenVINO Execution Provider and build documentations for
1.15.0 release.
2023-06-23 10:39:20 -07:00
Nat Kershaw (MSFT)
1b61ac0517
Update compatibility.md for release 1.15 ( #16389 )
2023-06-16 11:53:50 -07:00
Baiju Meswani
307d5afe5f
Add On Device Training Tutorial with ONNX Runtime ( #16167 )
2023-06-15 16:01:26 -07:00
Jeff Mendenhall
28d1c4473f
Update Blog page and Move Vitis AI EP from community maintained to main EP list ( #16290 )
...
### Description
Move Vitis AI EP from community maintained to main EP list
### 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. -->
2023-06-10 07:25:52 -07:00
Edward Chen
a6c1fdddaf
[docs] Remove old references to Nuphar EP. ( #15774 )
2023-06-08 16:46:16 -07:00
Yulong Wang
e62689f7ce
[doc] update document for webgpu ( #16245 )
...
### Description
update document for webgpu
Preview: https://fs-eire.github.io/onnxruntime/docs/
2023-06-06 13:00:33 -07:00
Takeshi Watanabe
74bab849ff
Fix typo in QNN-ExecutionProvider.md ( #16144 )
2023-05-29 21:19:09 -07:00
FFFrog
c2f03c14b6
[CANN] Update the doc of CANN EP ( #15809 )
...
#### Description
This PR update docs of Ascend CANN execution provider.
#### Changes
1. Add new options.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options )
2. Add new category.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#performance-tuning ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#performance-tuning )
2023-05-25 21:47:30 -07:00
Hector Li
39fa3a15c4
fix typo ( #16111 )
...
### Description
fix typo
2023-05-25 18:09:07 -07:00
Hector Li
c55e38aac1
add link to nuget package for QNN EP ( #16110 )
...
### Description
Add link to Qnn nuget pacakge
2023-05-25 16:49:31 -07:00
Nat Kershaw (MSFT)
63e53a3f00
Update releases ( #16108 )
2023-05-25 16:09:56 -07:00
Changming Sun
f124846ae8
Update build instructions ( #16012 )
2023-05-25 10:05:59 -07:00
Changming Sun
467d0347b0
Update doc links for operators and kernels ( #16101 )
2023-05-25 10:05:12 -07:00
RandySheriffH
627112921e
Update docs for AzureEP and threading ( #16061 )
...
1. Remove zlib and re2 deps for AzureEP.
2. Explain --use_lock_free_queue usage.
---------
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2023-05-23 15:32:54 -07:00
George Wu
9e6613db1e
Add initial QNN EP docs ( #16053 )
...
remove SNPE EP and add initial QNN EP docs. (more updates coming pending
Qualcomm online docs)
2023-05-23 11:38:45 -07:00
Quenton Hall
8b82f5ec2d
Update Vitis-AI-ExecutionProvider.md ( #16020 )
...
Update Ryzen AI demo link in Vitis AI Execution Provider
2023-05-22 21:20:39 -07:00
mingyueliuh
efbf2d0810
update doc for Vitis-AI execution provider upgrade ( #15821 )
...
### Description
Documentation and Vitis AI EP synchronous upgrade
### Motivation and Context
---------
Co-authored-by: mingyue <mingyue@amd.com>
2023-05-19 09:16:53 -07:00
Anastasia Kuporosova
89d77df4cc
Update OpenVINO Execution Provider doc ( #15679 )
...
### Description
Update OpenVINO Execution Provider documentation for python
### Motivation and Context
`onnxruntime-openvino` doesn't have dependency on OpenVINO Python API
itself, it needs OpenVINO libs.
Moreover, `add_openvino_libs_to_path()` meant to be internal, right now
it doesn't work and will be deprecated in the upcoming OpenVINO release.
The recommended way is to install an archive with libraries and run
setupvars to add OpenVINO libraries to PATH.
2023-05-18 07:33:30 -07:00
Baiju Meswani
25125b5b91
Training related changes to the onnxruntime website ( #15900 )
...
Changes include:
- Added a new page for `On-Device Training` overview:
[Preview](https://baijumeswani.github.io/onnxruntime/docs/get-started/on-device-training.html )
- Added a new section for `On-Device Training` installation:
[Preview](https://baijumeswani.github.io/onnxruntime/docs/install/#install-for-on-device-training )
- Added a new section for `On-Device Training` build from source:
[Preview](https://baijumeswani.github.io/onnxruntime/docs/build/training.html#build-for-on-device-training )
- Updated Large Model Training overview, installation, build pages to
reflect what is currently accurate.
Website preview: https://baijumeswani.github.io/onnxruntime/
Pending website work:
- Update links for released packages for training.
- Add tutorial for on-device training
- Add links to the blog posts that detail on device training.
2023-05-17 14:45:52 -07:00
Rachel Guo
e2dda61278
[doc] Add instructions for configuration of react native with extensions ( #15881 )
2023-05-16 12:52:40 -07:00
Chi Lo
91ab2ac743
Update TRT EP doc ( #15907 )
2023-05-11 13:39:04 -07:00
Chi Lo
81da3a1f08
Update docs for new TRT EP provider options ( #15825 )
...
Update TRT EP documentation for newly added TRT EP provider options
2023-05-10 11:14:22 -07:00
leqiao-1
471a31cce4
modify olive doc section ( #15593 )
2023-05-04 11:34:47 -07:00
Ye Wang
3764093df0
update docs for a new cuda provider option: enable_skip_layer_norm_strict_mode ( #15770 )
2023-05-02 17:54:59 -07:00
Nat Kershaw (MSFT)
bd1b8a824c
Remove the generated outputs for the API docs as these are now publis… ( #15244 )
2023-05-02 11:09:49 -07:00
JacquesvanRhynMSFT
39d89d811f
Update DirectML-ExecutionProvider.md ( #15502 )
2023-04-20 15:44:43 -07:00
ivberg
c88ced49d3
Update tune-performance.md with tooling info for opening .json perf traces ( #14906 )
...
### Description
-WPA OSS plugins
-Pertetto UI which is recommended by Google over deprecated
chrome://tracing experience
### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- I tried both chrome://tracing and Perfetto to open the .json and it's
not a great expreince. If on Windows, WPA is a MUCH better experience
and easier to work with the data/report. Also Google recommends Perfetto
vs chrome://tracing so updated that as well
2023-04-06 14:59:32 -07:00
Preetha Veeramalai
b7f6ce3239
Update OpenVINO_execution_provider.md ( #15335 )
...
Update documentation as per OVEP 1.14.0 release
---------
Co-authored-by: sfatimar <sahar.fatima@intel.com>
2023-04-05 09:39:55 -07:00
Nat Kershaw (MSFT)
931d6baca2
Fix website publish trigger ( #15285 )
2023-03-30 14:37:56 -07:00
leqiao-1
8f04e2bea5
olive doc update ( #15261 )
...
Olive v2 has been released, and we need to update the doc related to
Olive v1.
2023-03-29 12:49:06 -07:00
Nat Kershaw (MSFT)
b2393480ee
Update mobile operator reference to 1.14 ( #14758 )
2023-03-20 16:11:25 -07:00
Nat Kershaw (MSFT)
783b40bdb8
Add preview image for stable diffusion tutorial ( #15090 )
2023-03-20 16:09:36 -07:00
Cassie Breviu
c5dfd1ce81
Add csharp dml sample code to EP doc and Stable Diff Repo ( #15103 )
2023-03-17 17:14:11 -07:00
ivberg
c7ea60ef39
Update inferencing.md with specific build instructions for VS 2022 ( #14905 )
2023-03-17 16:52:36 -07:00
Faith Xu
3681048474
[Docs] Update performance sections ( #15071 )
...
### Description
Staged: https://faxu.github.io/onnxruntime/docs/performance/
Main changes:
- Restructure performance section to break into sub-categories
- Move CUDA specific perf tuning tips to [CUDA EP
page](https://faxu.github.io/onnxruntime/docs/execution-providers/CUDA-ExecutionProvider.html#performance-tuning )
- Update [Transformer optimizer
page](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html )
to remove version-specific content... will be supported along with
https://github.com/microsoft/onnxruntime/pull/14964
- Fix links to point to new pages
2023-03-17 15:39:22 -07:00
Nat Kershaw (MSFT)
4a89a7b2da
Version 1.14 docs sweep ( #14789 )
2023-03-14 12:01:21 -07:00
Nat Kershaw (MSFT)
07c70de93e
Add preview image for super res tutorial and update title ( #15004 )
2023-03-11 20:15:35 -08:00
Prasanth Pulavarthi
f69691fb1d
Revert "Revert "Merge branch 'gh-pages' of https://github.com/microsoft/onnxruntime into gh-pages""
...
This reverts commit 20c745c749 .
2023-03-10 17:02:38 -08:00
Prasanth Pulavarthi
20c745c749
Revert "Merge branch 'gh-pages' of https://github.com/microsoft/onnxruntime into gh-pages"
...
This reverts commit 063f84744e , reversing
changes made to 6f2f1e8dac .
2023-03-10 16:58:21 -08:00
Yulong Wang
dbbd0e7372
[doc] revise example C++ code of using file path ( #14872 )
...
### Description
revise example C++ code of using file path.
normalize the example code to use macros `ORTCHAR_T` and `ORT_TSTR`
defined in onnxruntime_c_api.h so that the code works in both Windows
and UNIX.
This PR resolves #14859
2023-03-09 11:04:59 -08:00
yf711
5464c93bc9
[doc] Update TRTEP doc ( #14911 )
2023-03-08 16:44:25 -08:00
Nat Kershaw (MSFT)
e3e4ab0162
Add link to candy style transfer sample ( #14969 )
2023-03-08 15:52:19 -08:00
Faith Xu
bd9b15fd4d
[Docs] Docs updates ( #14824 )
...
### Description
Staged: https://faxu.github.io/onnxruntime/docs/
Changes:
- ~~New dedicated section on sidebar for
[Mobile](https://faxu.github.io/onnxruntime/docs/mobile/ ) and
[Web](https://faxu.github.io/onnxruntime/docs/web/ )~~ New dedicated
pages for
[Mobile](https://faxu.github.io/onnxruntime/docs/get-started/with-mobile.html )
and
[Web](https://faxu.github.io/onnxruntime/docs/get-started/with-web.html )
under Getting Started section
- [Transformers
optimizer](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html )
documentation
- Move contrib op section from "Custom Operators" page to ["Contrib
operators"
page](https://faxu.github.io/onnxruntime/docs/reference/operators/ContribOperators.html )
- Update [releases
page](https://faxu.github.io/onnxruntime/docs/reference/releases-servicing.html )
2023-03-08 11:54:58 -08:00
Cassie Breviu
99a7b6d621
Add stable diff csharp tutorial ( #14892 )
...
### Description
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/csharp/stable-diffusion-csharp.html
### 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. -->
2023-03-03 10:46:05 -06:00
Rui Ren
c3f424ef22
update ContribOperators and OperatorKernels ( #14480 )
2023-02-23 15:12:01 -08:00
Nat Kershaw (MSFT)
c1c00e7a13
Add pre-release onnxruntime-extensions python package install instru… ( #14737 )
2023-02-22 16:28:52 -08:00
Nat Kershaw (MSFT)
345214c0f4
Update superres.md ( #14721 )
2023-02-22 16:28:33 -08:00
Cassie Breviu
fcbf1fef3b
update to new release video on home page ( #14776 )
...
### Description
https://cassiebreviu.github.io/onnxruntime/docs/
### 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. -->
2023-02-22 13:20:04 -06:00
Nat Kershaw (MSFT)
4536b0bf15
Add docs for mobile op support for recent releases ( #14724 )
2023-02-17 11:39:58 -08:00
Nat Kershaw (MSFT)
a28edaada7
Add link to new tutorial ( #14720 )
2023-02-16 14:00:56 -08:00
Nat Kershaw (MSFT)
291da10ab7
Mobile superres tutorial ( #14635 )
2023-02-15 15:38:25 -08:00
github-actions[bot]
a507c0c6a5
[Automated]: Update C# API docs ( #14672 )
2023-02-14 11:16:35 -08:00
Rui Ren
4117321796
update obj_c documentations ( #14481 )
2023-02-13 09:57:37 -08:00
Adrian Lizarraga
2a7f6796d3
[GH Pages] Update custom op documentation ( #14623 )
...
### Description
Updates custom op documentation on the github pages site. Also, includes
information about the [recent custom op
APIs](https://github.com/microsoft/onnxruntime/pull/13427 ) that enable
wrapping models to be inferenced with an external runtime.
Link to forked github pages with changes:
https://adrianlizarraga.github.io/onnxruntime/docs/reference/operators/add-custom-op.html
### Motivation and Context
Add documentation for new custom op features in the next release.
2023-02-10 16:48:24 -08:00
Faith Xu
ce52b2950f
[Docs] Minor text/wording updates for Azure EP ( #14552 )
...
### Description
Fixing some wording on Azure EP page
2023-02-10 16:47:11 -08:00
shalvamist
14581069b1
Updated ORT Web API documentation ( #14607 )
2023-02-08 15:06:43 -08:00
github-actions[bot]
864d51d4b6
[Automated]: Update C/C++ API docs ( #14568 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: natke <natke@users.noreply.github.com>
2023-02-03 17:20:27 -08:00
PeixuanZuo
97b1115a59
[ROCm] Update doc for ROCm 5.4 ( #14494 )
...
### Description
1. Delete preview label for ROCm/MIGraphX and update ROCm/MIGraphX
supported architecture. https://peixuanzuo.github.io/onnxruntime/
2. Update rocm training guide to ROCm5.4.
https://peixuanzuo.github.io/onnxruntime/docs/build/training.html#gpu--rocm
2023-01-31 17:28:11 -08:00
Cassie Breviu
0aad172162
Update cuda csharp doc ( #14482 )
...
### Description
Update to clarify steps to install cuda
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/csharp/csharp-gpu.html
### 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. -->
2023-01-31 13:49:36 -06:00
Nat Kershaw (MSFT)
a91b554685
Refresh mobile get started ( #14447 )
2023-01-31 11:30:27 -08:00
Cassie Breviu
1b9772352d
Add two new blogs that were posted this week to the news section and C# GPU tutorial ( #14443 )
...
Co-authored-by: Nat Kershaw <nakersha@microsoft.com>
2023-01-27 15:38:50 -08:00
Maanav Dalal
9913bf5a8a
Website Visual Updates & Fixing Broken Links ( #14430 )
2023-01-27 13:10:22 -08:00
github-actions[bot]
89eb6eb488
[Automated]: Update Java API docs ( #14426 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: fs-eire <fs-eire@users.noreply.github.com>
2023-01-26 15:42:09 -08:00
github-actions[bot]
79542dd377
[Automated]: Update Python API docs ( #14427 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: fs-eire <fs-eire@users.noreply.github.com>
2023-01-26 15:29:00 -08:00
Ted Themistokleous
5601b10644
Update information for ROCm 5.4 for MIGraphX and ROCm Builds ( #13813 )
...
-Add MIGraphX-EP page for install/example
-Update version info for ROCm version for both MIGraphx and ROCm EPs to
5.4 -Update hooks to the latest ROCm Pytorch supported (1.12.1 -> 1.13)
-Remove (Preview) from MIGraphx and ROCm EP notes
-Update ROCm & MIGraphX EP.md files with ROCm version and pytorch links
### Description
<!-- Describe your changes. -->
Update documentation about ROCm and MIGraphx with newest ROCm 5.4 stack
### 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. -->
Update things for whats able to be supported.
Co-authored-by: Ted Themistokleous <tthemist@amd.com>
2023-01-26 12:18:48 -08:00
Edward Chen
25e11ef016
[doc] Add note about ORT format breaking change ( #14414 )
2023-01-25 14:00:16 -08:00
github-actions[bot]
96cc246661
[Automated]: Update Java API docs ( #14423 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: tianleiwu <tianleiwu@users.noreply.github.com>
2023-01-25 11:24:08 -08:00
github-actions[bot]
f01ee3d2e0
[Automated]: Update Python API docs ( #14424 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: tianleiwu <tianleiwu@users.noreply.github.com>
2023-01-25 11:23:34 -08:00
github-actions[bot]
8f8443445d
[Automated]: Update Java API docs ( #14373 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: adrianlizarraga <adrianlizarraga@users.noreply.github.com>
2023-01-24 15:04:15 -08:00
github-actions[bot]
693780c3ec
[Automated]: Update Python API docs ( #14402 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: adrianlizarraga <adrianlizarraga@users.noreply.github.com>
2023-01-24 10:47:37 -08:00
Edward Chen
e17d43dbdd
[doc] Update mobile custom build instructions, update ORT GitHub URLs to use 'main' ( #14409 )
2023-01-24 10:46:24 -08:00
Rachel Guo
78e22e851f
[doc] Add proguard rules for R8 minimized Android build ( #14407 )
2023-01-24 10:05:29 -08:00
github-actions[bot]
ab21e3e881
[Automated]: Update Python API docs ( #14389 )
2023-01-23 11:26:16 -08:00
RandySheriffH
1391f81c3f
Document Affinity & CloudEP ( #14137 )
2023-01-23 11:24:33 -08:00
github-actions[bot]
4940d33f3b
[Automated]: Update Python API docs ( #14374 )
2023-01-21 10:34:16 -08:00
Nat Kershaw (MSFT)
f9895177e1
Add 1.13 TRT compatibility ( #14331 )
...
Fixes #14090
2023-01-20 17:38:44 -08:00
JiCheng
88928251eb
[Xnnpack] update doc ( #13624 )
...
### Description
- iOS support
- MatMul && GEMM
- Resize
- ConvTranspose
A deployment [link](https://wejoncy.github.io/onnxruntime/ ) for
showcase.
### 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. -->
2023-01-19 19:14:48 -08:00
Nat Kershaw (MSFT)
bc6cafbae1
Add citation back into nav ( #13153 )
2023-01-19 17:04:55 -08:00
kshama-msft
7901974190
Fix typo Reference -> Performance ( #13581 )
2023-01-19 16:23:59 -08:00
github-actions[bot]
31b14652e1
[Automated]: Update C# API docs ( #13570 )
2023-01-19 16:22:26 -08:00
github-actions[bot]
56118f6a10
[Automated]: Update Java API docs ( #13612 )
2023-01-19 16:21:07 -08:00
github-actions[bot]
52a14e5adc
[Automated]: Update Python API docs ( #13927 )
2023-01-19 16:19:31 -08:00
sfatimar
f4d3d5f975
Ov 2022.3 4.3 doc ( #14252 )
2023-01-19 15:57:23 -08:00
Yulong Wang
4a9e20aa30
[doc] update Prerequisites in "Build for Web" ( #14357 )
2023-01-19 10:40:23 -08:00
Faith Xu
ce563c3774
[documentation] Updates for clarity ( #14329 )
...
### Description
- bring up section on vc runtime requirement for visibility
- update onnx/ort compatibility table
2023-01-17 16:51:10 -08:00
EunHo Lee
65dbfe1907
Fix documentation typos ( #14084 )
2023-01-06 13:11:23 -08:00
Nat Kershaw (MSFT)
7717184965
Revert iot URL to original iot-edge ( #14150 )
...
This maintains backwards compatibility for backlinks and traffic
telemetry
2023-01-05 19:52:05 -06:00
Cassie Breviu
b9d6776849
Update the IoT Docs home page and add Raspberry Pi Tutorial ( #14096 )
...
### Description
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/iot/
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/iot/rasp-pi-cv.html
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2023-01-05 18:33:30 -06:00
Faith Xu
7b81424256
[docs] Update installation summary for nightly builds ( #14135 )
...
### Description
- update ort-gpu packages to indicate inclusion of CUDA and TRT
- add DML Python packages (official and nightly)
- update to include nightly builds for windowsAI, nodejs, react-native,
and ort-web
2023-01-04 17:06:41 -08:00
FFFrog
b521f49c43
[CANN] Update the doc of CANN EP ( #13875 )
...
#### Description
This PR update docs of Ascend CANN excution provider.
#### Changes
1. Add some new ops.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#supported-ops ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#supported-ops )
2. Add detailed option description.
[https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options ](https://fffrog.github.io/docs/execution-providers/community-maintained/CANN-ExecutionProvider.html#configuration-options )
3. Fix the link problem caused by document structure adjustment.
2022-12-14 10:11:56 -08:00
Nat Kershaw (MSFT)
048dbb5409
Update with-python.md ( #13945 )
2022-12-13 11:07:53 -08:00
github-actions[bot]
39c0ce1656
[Automated]: Update Python API docs ( #13926 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: natke <natke@users.noreply.github.com>
2022-12-09 15:55:42 -08:00
Adam Pocock
c4dee79eed
Adding Java example to CUDA execution provider docs ( #13899 )
...
### Description
Adds an example of specifying CUDA options in Java to the CUDA execution
provider docs.
### Motivation and Context
Fixes #13896 .
2022-12-08 13:54:14 -08:00
Cassie Breviu
7fb9d8e35d
Update Excel BERT ORT Web tutorial ( #13887 )
...
### Description
Update the Excel ORT Web tutorial
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/web/excel-addin-bert-js.html
2022-12-07 18:33:26 -06:00
Cassie Breviu
8d612d6a04
Add Excel Add-in BERT NLP Custom Function Tutorial ( #13826 )
...
### Description
Add new tutorial for ONNX Runtime web to work in excel with local
models.
https://cassiebreviu.github.io/onnxruntime/docs/tutorials/web/excel-addin-bert-js.html
2022-12-06 09:35:58 -06:00
Shubhamai
e591fd73bc
fixing link of c_cxx/fns_candy_style_transfer ( #13516 )
...
### Description
Updating an invalid link :
The link for `samples/c_cxx/fns_candy_style_transfer` was invalid. The
files now seems to be present in the `onnxruntime-inference-examples`
repo -
https://github.com/microsoft/onnxruntime-inference-examples/tree/main/c_cxx/fns_candy_style_transfer
### Motivation and Context
Fixing a non-working link.
2022-11-11 10:12:41 -08:00
github-actions[bot]
770fa5ae20
[Automated]: Update Java API docs ( #13151 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: jchen351 <jchen351@users.noreply.github.com>
2022-11-09 13:30:29 -08:00
Faith Xu
d4497b9ecd
[Docs] Update EP ordering ( #13564 )
...
### Description
- Update EP ordering and distinguish between MS-maintained and
community-maintained EPs
- Update CUDA version table for v1.13
- Staged preview:
https://faxu.github.io/onnxruntime/docs/execution-providers/
2022-11-07 10:02:01 -08:00
Nat Kershaw (MSFT)
785c8354ca
Update releases page to 1.13 ( #13540 )
2022-11-02 10:16:43 -07:00
Cassie Breviu
cb7f11d753
update release video link to 1.13 ( #13533 )
...
### Description
Update link to new release video 1.13 on docs home page.
2022-11-01 11:45:23 -07:00
Jian Chen
3a47cdc26a
Update obj_c documentations ( #13419 )
2022-10-24 16:46:14 -07:00
Jian Chen
8a0f5c665f
Update OperatorKernels.md ( #13420 )
2022-10-24 16:45:28 -07:00
Jian Chen
8c50768fc1
Update ContribOperators.md ( #13421 )
2022-10-24 16:44:57 -07:00
Hector Li
ed1dfaa91e
Snpe EP add link to inference example code ( #13415 )
...
Add link to inference example code
2022-10-24 11:07:42 -07:00
FFrog
7fd9523934
add doc about CANN EP ( #13239 )
...
#### Description
This PR adds docs of Ascend CANN excution provider.
#### Changes
- Preview Github page:
[https://fffrog.github.io/ ](https://fffrog.github.io/ )
- Add onnxruntime build with CANN:
[https://fffrog.github.io/docs/build/eps.html#cann ](https://fffrog.github.io/docs/build/eps.html#cann )
- Add CANN ExecutionProvider Page:
[https://fffrog.github.io/docs/execution-providers/CANN-ExecutionProvider.html ](https://fffrog.github.io/docs/execution-providers/CANN-ExecutionProvider.html )
2022-10-18 10:18:09 -07:00
Changming Sun
3e1808dc59
Update ORT inference build instructions ( #13326 )
2022-10-17 09:42:34 -07:00
Nat Kershaw (MSFT)
a614c31457
Update pytorch.md ( #12865 )
...
Fix code snippet type to get correct code syntax highlighting
2022-10-12 18:10:01 -07:00
Faith Xu
0979270ca2
[Docs] Fix link ( #13220 )
...
Addresses #13218
2022-10-10 17:50:12 -07:00
Cheng
a01de6db92
[xnnpack] Add EP Doc ( #13021 )
...
**Description**: Describe your changes.
Xnnpack EP
Preview:
https://wejoncy.github.io/onnxruntime/
**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.
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-10-07 15:08:22 -07:00
sfatimar
9341c87957
Update docx ov ep v4.2 release ( #13222 )
...
Description
[OpenVINO-EP] Documentation update for v4.2 Release with OpenVINO 2022.2
version
Motivation and Context
The code PR is already merged:
https://github.com/microsoft/onnxruntime/pull/13023
https://github.com/microsoft/onnxruntime/pull/13069
Openvino GPU Unit/Python Tests fix failure #13122
Co-authored-by: mayavijx <mayax.vijayan@intel.com>
2022-10-07 08:55:34 -07:00
Nat Kershaw (MSFT)
4186ede6f8
Add example of specific image to website link previews ( #12866 )
...
Add `image: /images/azureml-deployment.png` to the article front matter.

2022-09-30 10:37:07 -07:00
github-actions[bot]
aef4472ef1
[Automated]: Update C# API docs ( #12964 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: RandySheriffH <RandySheriffH@users.noreply.github.com>
2022-09-28 14:38:21 -07:00
github-actions[bot]
8660613262
[Automated]: Update Java API docs ( #12846 )
...
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request )
GitHub action
Co-authored-by: cloudhan <cloudhan@users.noreply.github.com>
2022-09-28 14:36:46 -07:00
PeixuanZuo
ce1bc9b49c
[Add] add Rocm ep doc ( #12971 )
...
**Description**: Describe your changes.
add rocm ep doc.
Perview Github page : https://ytaous.github.io/onnxruntime/
Added items
Home page
- [ ] Update matrix on home page: https://ytaous.github.io/onnxruntime/
- [ ] Link "Installation Instruction Follow build instructions from
here" to onnxruntime build with ROCm(inference) page.(This link now
point to preview page, will change later)
Installation
- [ ] Update installation page:
https://ytaous.github.io/onnxruntime/docs/install/#training-install-table-for-all-languages
Build onnxruntime
- [ ] Add onnxruntime build with ROCm(inference):
https://ytaous.github.io/onnxruntime/docs/build/eps.html#amd-rocm
- [ ] Update onnxruntime build with ROCm(training):
https://ytaous.github.io/onnxruntime/docs/build/training.html#gpu--rocm
ExecutionProvider
- [ ] Add ROCm ExecutionProvider navitagation:
https://ytaous.github.io/onnxruntime/docs/execution-providers/
- [ ] Add ROCm-ExecutionProvider page:
https://ytaous.github.io/onnxruntime/docs/execution-providers/ROCm-ExecutionProvider.html
Performance
- [ ] Add enable_rocm_profiling introcduction:
https://ytaous.github.io/onnxruntime/docs/performance/tune-performance.html#profiling-and-performance-report
- [ ] Add graph-optimation for ROCm ep:
https://ytaous.github.io/onnxruntime/docs/performance/graph-optimizations.html#extended-graph-optimizations
Co-authored-by: Ethan Tao <ettao@microsoft.com@orttrainingdev7.d32nl1ml4oruzj4qz3bqlggovf.px.internal.cloudapp.net>
Co-authored-by: ytaous <4484531+ytaous@users.noreply.github.com>
2022-09-20 12:04:20 -07:00
shalvamist
a453835a9b
update for ORT Web build guide ( #12247 )
...
* update for ORT Web guide
I reordered a few things and added some more context.
I think we can also add more information on converting ONNX to ORT format fairly easily. maybe in the doc update next iteration :)
* Doc update - Following the github discussion
* Update web.md
Updated the doc - fixed the title hierarchy
Added a small comment regarding the final build products.
* Update web.md
Updated the titles "Build ONNX Runtime for web assembly" --> "Build ONNX Runtime web assembly artifacts"
Updated the "build NPM package" doc section - clarified the different sections of the build process
* Update web.md
Fixed a broken link
* Update web.md
Adding a section to clarify there is one last step for finalizing the build process
2022-09-06 16:32:53 -07:00
Nat Kershaw (MSFT)
97180a1056
Pytorch inference ( #12613 )
...
* Skeleton for PyTorch inference page
* Add outline
* Add different inference options
* Added section on ONNXRuntime
* Refine title
* Minor reword
* Update after review
* Minor edits
* Add link to get started
* Clarify intro text
* Add review improvements
2022-09-02 19:03:21 -07:00
github-actions[bot]
611b4153f1
[Automated]: Update Java API docs ( #12704 )
...
Update Java API docs to commit 295bd26
Co-authored-by: baijumeswani <baijumeswani@users.noreply.github.com>
2022-09-02 15:00:36 -07:00
acid-space-cowboy
c0e3e10f34
Minor updates to include QDQ Dynamic ( #12839 )
...
Minor updates in the ONNX quantization representation format section to reflect the addition of QDQ Dynamic feature.
2022-09-02 11:18:36 -07:00
Cassie Breviu
f5b30bdfc9
update links to new api ( #12836 )
2022-09-02 08:32:39 -07:00
github-actions[bot]
e2573f4801
[Automated]: Update C# API docs ( #12807 )
...
Update C# API docs to commit 98b2b7f
Co-authored-by: natke <natke@users.noreply.github.com>
2022-09-02 09:14:15 -05:00
Chen Fu
f3a9b9b2fd
quantization doc ( #12808 )
2022-09-01 09:45:26 -07:00
Scott McKay
ddaecc489c
Add doco on session.use_ort_model_bytes_for_initializers ( #12805 )
2022-08-31 13:17:48 -07:00
Cassie Breviu
d83489c6f0
Remove csharp artifacts that should not be checked in ( #12794 )
2022-08-30 16:05:43 -07:00
github-actions[bot]
72a8226ccf
[Automated]: Update C# API docs ( #12727 )
...
Update C# API docs to commit ebff15d
Co-authored-by: abhi-ort <abhi-ort@users.noreply.github.com>
2022-08-25 13:02:56 -05:00
github-actions[bot]
e69a6e6b54
[Automated]: Update Python API docs ( #12473 )
2022-08-24 13:19:51 -07:00
github-actions[bot]
a7053b87c0
[Automated]: Update Java API docs ( #12604 )
2022-08-24 10:08:38 -07:00
Faith Xu
369a470327
[Docs] Update nightly python package locations ( #12645 )
...
* Update nightly python package locations
* Fix link
2022-08-19 11:12:15 -07:00
yf711
746130073b
Add instruction of new build option to link TensorRT builtin parser ( #12615 )
...
* Add instruction of new build option to link TensorRT builtin parser
* Add instruction of new build option to link TensorRT builtin parser
2022-08-17 08:26:17 -07:00
Kevin Huang
66228bff24
Add tutorial for Resnet cross platform inference ( #12566 )
2022-08-16 13:27:38 -07:00
github-actions[bot]
b8886b41e4
[Automated]: Update Java API docs ( #12586 )
2022-08-15 13:31:54 -07:00
github-actions[bot]
116b7cdbf3
[Automated]: Update Java API docs ( #12578 )
2022-08-12 12:55:22 -07:00
Faith Xu
552b70f82a
[Website] Add ORT at MS page and doc fixes ( #12518 )
...
* add ort at microsoft page
* remove openmp references
* update EP table
* update ort-at-microsoft page
* fix link
* Change ORT to ONNX Runtime
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2022-08-10 10:08:58 -07:00
github-actions[bot]
80ccd0036c
[Automated]: Update C/C++ API docs ( #12511 )
...
Update C/C++ API docs to commit 56bd96a
Co-authored-by: skottmckay <skottmckay@users.noreply.github.com>
2022-08-08 18:54:25 -07:00
RandySheriffH
9f00b75596
Update objc doc to latest ( #12507 )
...
* update objc doc to latest
* remove stale link
* remove the link only
Co-authored-by: Randy Shuai <rashuai@microsoft.com>
2022-08-08 15:53:59 -07:00
Nat Kershaw (MSFT)
fd48acae6d
Add correct version for TRT ( #12475 )
2022-08-04 16:45:26 -07:00
brev
980211b477
Create C# inference section and added C# BERT NLP tutorial ( #12472 )
2022-08-04 15:59:28 -07:00
github-actions[bot]
e7d6d52011
[Automated]: Update Python API docs ( #12443 )
...
Update Python API docs to commit d452462
Co-authored-by: LironKesem <LironKesem@users.noreply.github.com>
2022-08-04 13:43:40 -07:00
Hector Li
0400c69be1
fix typo in doc ( #12471 )
...
fix typo build_was_static_lib -> build_wasm_static_lib
2022-08-04 13:41:45 -07:00
github-actions[bot]
1f5c203079
[Automated]: Update C/C++ API docs ( #12460 )
...
Update C/C++ API docs to commit 52d4699
Co-authored-by: RyanUnderhill <RyanUnderhill@users.noreply.github.com>
2022-08-04 09:49:08 -07:00
chethanpk
678106ad9f
Updated OneDNN build documentation ( #12446 )
...
Modified OneDNN documentation to include build instructions for using open-source OpenCL-SDK
Signed-off by: chethan.palangotu.keshava@intel.com
2022-08-03 12:53:14 -07:00
github-actions[bot]
5e0a75ce4e
[Automated]: Update Python API docs ( #12434 )
...
Update Python API docs to commit 84f69d3
Co-authored-by: snnn <snnn@users.noreply.github.com>
2022-08-03 10:24:42 -07:00
Edward Chen
3535b56700
Add links to custom Android/iOS package instructions to increase discoverability. ( #12431 )
2022-08-02 19:35:06 -07:00
github-actions[bot]
0059cdcc5e
[Automated]: Update Python API docs ( #11113 )
2022-08-02 18:27:25 -07:00