Commit graph

71 commits

Author SHA1 Message Date
Nat Kershaw (MSFT)
082ce696c0
Editorial pass of C# tutorial (#17704) 2023-10-11 17:27:04 -07:00
Dmitri Smirnov
f3fa223ee8
Update C# Pages in view of the new preferred inference API (#17642)
### Description
Re-work C# code samples with OrtValue API.
Bring `C# Tutorial: Basic` to index. 

The site is currently published
[here](https://yuslepukhin.github.io/onnxruntime)


### Motivation and Context
Direct all future usage to `Ortvalue` API
2023-09-26 10:35:20 -07:00
Vrajang Parikh
fcd241f145
Add iOS On Device Training Tutorial with ONNX Runtime (#17146)
### Description

This pull request introduces comprehensive tutorial for performing on
device training on iOS devices using Objective-C/Swift on device
training APIs.

Preview:
https://vraspar.github.io/onnxruntime/docs/tutorials/on-device-training/ios-app.html
Example App:
https://github.com/microsoft/onnxruntime-training-examples/tree/master/on_device_training/mobile/ios/MyVoice

---------

Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>
Co-authored-by: Baiju Meswani <baijumeswani@gmail.com>
2023-08-17 00:58:22 -07: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
Baiju Meswani
307d5afe5f
Add On Device Training Tutorial with ONNX Runtime (#16167) 2023-06-15 16:01:26 -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
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
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
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
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
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
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
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
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
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
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
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
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.


![image](https://user-images.githubusercontent.com/3302433/192908399-d9234328-e658-4cab-a304-c4391d21f5e6.png)
2022-09-30 10:37:07 -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
Cassie Breviu
f5b30bdfc9
update links to new api (#12836) 2022-09-02 08:32:39 -07:00
Kevin Huang
66228bff24
Add tutorial for Resnet cross platform inference (#12566) 2022-08-16 13:27:38 -07:00
brev
980211b477
Create C# inference section and added C# BERT NLP tutorial (#12472) 2022-08-04 15:59:28 -07:00
Faith Xu
f39fbbf6f7
[Website/Docs] Add quote and reorganize docs navigation (#12355) 2022-07-29 12:44:36 -07:00
andife
bfabb388f5
Update fasterrcnn_csharp.md (#11513)
adapted according to https://github.com/microsoft/onnxruntime/pull/11420
2022-06-06 13:28:32 -07:00
andife
f80f8f29e7
Update resnet50_csharp.md (#11514)
changes due to https://github.com/microsoft/onnxruntime/pull/11420
2022-06-06 13:28:11 -07:00
Nat Kershaw (MSFT)
eb7dd8adf1
Add AzureML tutorial (#11340) 2022-06-03 16:43:46 -07:00
Faith Xu
e19e17417d
fix formatting (#11183) 2022-04-12 13:07:07 -07:00
Olivia Jain
b8ac9fd3bd
redo fix broken link (#11162)
* redo fix broken link

* fix other broken link
2022-04-08 10:58:22 -07:00
Edward Chen
645ebcb5af
ORT 1.11 mobile doc updates (#11062)
* Save updates.

* save changes

* Update install matrix text.

* save updates

* Rename ort-model-format.md to ort-format-models.md.

* Remove redirect_from entry, doesn't seem to work.

* PR comments.

* Reword.
2022-04-06 09:50:44 -07:00
Scott McKay
9ad9ca827f
Add documentation for ORT Mobile helpers (#10890) 2022-04-05 17:05:43 -07:00
Scott McKay
0112d97721
Fix link for FasterRCNN C# tutorial (#10857) 2022-03-15 16:29:49 -07:00
Nat Kershaw (MSFT)
45062f56b3
Fixed broken link in iOS mobile tutorial (#10011) 2021-12-10 17:56:20 -08:00
Nat Kershaw (MSFT)
d03f868944
Refactor web and mobile docs (#9854) 2021-12-10 16:22:10 -08:00
brev
29a7420095
Add the ORT-Web Tutorial, Add link to GitHub ORT Web template on docs home page (#9738)
* adde web blog and template section to home page

* mkae image larger

* fix gif to remove page jump due to dom update

* Update docs/tutorials/web.md

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>

* reivew updates

* add toc

* removed dup jimp import

* fix toc

* change toc location

* fixed name to spellit out

* added ort js examples

* spell out web assembly

* changed webgl and wasm to lowercase

* add new to all array declarations

* formatting fixes in code

* fix line breaks

* fix indent

* fix indent

* fix spacing

* fix spacing

* fix spacing

* Update docs/tutorials/web.md

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>

* change to bullet points to fix number

* change gif size to make it easier to read

* add alt text

* Update docs/tutorials/web.md

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>

Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2021-11-19 16:34:43 -06:00
Nat Kershaw (MSFT)
91e029d4f3
SEO audit of docs website (#9780) 2021-11-18 11:00:48 -08:00
Faith Xu
e341491f2d
[Docs] Fix tutorial links (#9721)
* Remove incorrect sample links

* Update tutorial list

* Add link to BERT model acceleration tutorial
2021-11-10 15:41:11 -08:00