Commit graph

64 commits

Author SHA1 Message Date
Nat Kershaw (MSFT)
1a6b0a9072
Add pose detection tutorial (#19580) 2024-02-26 16:52:00 -08:00
Adrian Lizarraga
519fa389a9
[Gh pages] Update QNN EP documentation (quantization/python APIs) (#19435)
### Description
Preview:
https://adrianlizarraga.github.io/onnxruntime/docs/execution-providers/QNN-ExecutionProvider.html#running-a-model-with-qnn-eps-htp-backend-python

- Adds QNN EP documentation:
  - Create a quantized QDQ model using python quantization utilities
  - Run quantized QDQ model on Windows ARM64 using python ORT APIs.
- Updates QNN EP provider options
- Adds list of supported ONNX operators
- Provides instructions for using the new arm64 python wheel


### Motivation and Context
The aim is to make it easier for users to try QNN EP.
2024-02-06 12:36:15 -08:00
Maanav Dalal
918f4aa1fa
Website revamp final (#17638)
Co-authored-by: MaanavD <maanavdalal@microsoft.com>
Co-authored-by: Prasanth Pulavarthi <prasanth.pulavarthi@microsoft.com>
Co-authored-by: Sophie Schoenmeyer <sschoenmeyer@microsoft.com>
Co-authored-by: sophies927 <107952697+sophies927@users.noreply.github.com>
Co-authored-by: Parinita Rahi <101819959+parinitarahi@users.noreply.github.com>
Co-authored-by: kshama-msft <66488860+kshama-msft@users.noreply.github.com>
2023-10-27 17:26:41 -07:00
Nat Kershaw (MSFT)
b56dc722b5
Add PyTorch edge blog (#17929) 2023-10-12 19:41:43 -07:00
Sayan Shaw
cdba245a6e
Added initial ORT Extensions docs for onnxruntime website (#16723)
## Preview staged site
[here](https://sayanshaw24.github.io/onnxruntime/docs/extensions/).

**TODO**: In the future, make PR to add/update descriptions for the
following new/deprecated ops:

**NLP Ops**
- BlingFireSentenceBreaker
- BpeTokenizer

**String Ops**
- StringSplit
- StringUpper
- StringLower
- StringECMARegexSplitWithOffsets
- StringRaggedTensorToDense
- StringMapping

**Math Ops**
- Inverse
- NegPos
- SegmentExtraction
- SegmentSum

**Tensor Ops**
- RaggedTensorToSparse
- RaggedTensorToDense

---------

Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
2023-09-01 15:56:33 -07:00
Faith Xu
dfe6a4feeb
[Website] Add Deezer quote/logo (#17360)
### Description
- Adds Deezer quote/logo
- Removes MS Visual Studio logo/quote
- Staged: https://faxu.github.io/onnxruntime/community.html#deezer /
https://faxu.github.io/onnxruntime/#logos
2023-08-31 12:43:38 -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
Baiju Meswani
307d5afe5f
Add On Device Training Tutorial with ONNX Runtime (#16167) 2023-06-15 16:01:26 -07:00
Cassie Breviu
dcedd00362
Update news section to be called blogs, remove twitter link from header, json source for blogs page (#15291)
### Description
This PR is to simplify our blog updating process in order to make sure
it stays up to date. I have added a tempalte and a json source where
blogs can be easily added. I have removed the images from the blogs, and
deleted the old images. Additionally we decided to remove twitter from
the header.

https://cassiebreviu.github.io/onnxruntime/blogs.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-31 17:26:18 -05:00
Faith Xu
e3417e6203
[website] Update logo for intelligenza etica (#15272)
### Description
- Replaces ghostwriter.ai logo with Intelligenza Etica 
- Update testimonial page to use ORT logo as preview image for social
shares
Staged: https://faxu.github.io/onnxruntime/#logos
2023-03-30 17:02:44 -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
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)
291da10ab7
Mobile superres tutorial (#14635) 2023-02-15 15:38:25 -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
1e0426dca8
[Website] Add/update quotes and logo (#14578)
### Description
- adds quote/logo for Pieces
- update Writer quote

Staged: https://faxu.github.io/onnxruntime/index.html#logos /
https://faxu.github.io/onnxruntime/community.html
2023-02-06 10:57:43 -08: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
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
e52c646909
Add social links to nav header and update video resources (#13784)
### Description
Add social links to nav header and update video resources

Staged change: https://cassiebreviu.github.io/onnxruntime/
2022-11-30 14:46:10 -08:00
Faith Xu
7ffac3ce7d
[website] Add Redis quote (#13762)
### Description
Add Redis quote and logo

Staged: https://faxu.github.io/onnxruntime/community.html#redis /
https://faxu.github.io/onnxruntime/index.html#logos
2022-11-28 13:52:31 -08:00
Faith Xu
aa31c8c9f2
[website] Updates for Windows Dev Kit 2023 (#13405)
### Description
- Add landing page for Windows Dev Kit 2023
- Update instructions in install matrix

Staged: https://faxu.github.io/onnxruntime/winarm.html

Co-authored-by: Prasanth Pulavarthi <prasanth.pulavarthi@microsoft.com>
Co-authored-by: Jeff Mendenhall <61433971+jeffmend@users.noreply.github.com>
2022-10-24 09:12:46 -07:00
Faith Xu
5737fa1e91
[website] Add logos/quotes (#12874)
add logos
2022-09-07 16:45:48 -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
Faith Xu
f39fbbf6f7
[Website/Docs] Add quote and reorganize docs navigation (#12355) 2022-07-29 12:44:36 -07:00
Faith Xu
ad394e000a
[website] add quotes and move news to new page (#12292)
move news to separate page
2022-07-25 11:21:10 -07:00
Faith Xu
d138872142
[website] Add Teradata quote (#12148)
Teradata quote
2022-07-15 11:44:36 -07:00
Nat Kershaw (MSFT)
eb7dd8adf1
Add AzureML tutorial (#11340) 2022-06-03 16:43:46 -07:00
Faith Xu
6b690b5d60
[website] Add Ant Group quote (#11553)
* add ant group logo and quote

* update quote

* Update quote
2022-05-17 16:31:53 -07:00
Faith Xu
00abe64ce8
[website] Add Unreal Engine logo (#11416)
* add UE logo and quote

* add image file
2022-05-04 08:46:57 -07:00
Scott McKay
9ad9ca827f
Add documentation for ORT Mobile helpers (#10890) 2022-04-05 17:05:43 -07:00
Prasanth Pulavarthi
21a0ad1a18
Add PyTorch-specific landing page to website and update footers (#10227)
* Create pytorch.html

Add new PyTorch-specific page

* fix link

* Update pytorch.html

* Update pytorch.html

* Update index.html

* Updated graphics for pytorch page

* move footer into common file

* use common footer file

* update footer

* Update community.html

* fix layout on mobile and update graphic

* move footer
2022-01-31 09:05:11 -08:00
Faith Xu
9bf523af46
[Website] Add new logos/quotes (#10312)
* add quotes

* rename sponsor-logo
2022-01-19 10:06:58 -08:00
Faith Xu
12d98dc189
add USDA quote (#10198) 2022-01-06 10:57:27 -08:00
Faith Xu
9919eafa24
[website] Update customer quote section (#10091)
* update quotes

* add missing files

* fix assets

* typo

* adjust logos

* fix div issues

* minor spacing fix

* update title

* Fix broken links

* add skipmain to community page
2022-01-03 13:42:43 -08: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
Faith Xu
64377a30cd
add ghostwriter quote (#8752) 2021-08-18 09:35:09 -07:00
Faith Xu
a58d29b165
Website updates (#8567)
* add directml+arm64 combos in matrix

* update articles

* fix install page
2021-08-02 17:20:41 -07:00
Yufeng Li
6a5b698d33
refine the quantization doc (#8057)
* refine the quantization doc

* fix vpmaddubsw info

* resolve comments

* add qdq info

* remove sub items

* no toc

* refine the structure

* toc change

* typo
2021-06-17 18:09:35 -07:00
Faith Xu
f6c57d7ed3
[website] Add Adobe quote to website (#7988)
* add adobe quote

* add image

* update alignments

* rearrange quotes for alignment

* Fix broken links in about page
2021-06-09 09:56:44 -07:00
Faith Xu
2563990d5e
[website] Add Navitaire quote (#7739)
* add navitaire quote and update logos

* Fix typo
2021-05-19 11:45:40 -07:00
Prasanth Pulavarthi
293b42bc91
Add Samtec quote and logo (#7710)
* Add Samtec quote and logo

* remove img class on logos
2021-05-17 11:53:50 -07:00
Faith Xu
0f6f0d9bbb
Major updates/restructure for documentation (#7609)
* Update documentation.

Updates documentation.

* Update tf-get-started.md
2021-05-10 15:19:37 -07:00
Faith Xu
dc77e1bb04
Website: customer quotes and format updates (#7292)
* install picker updates

* updates for training tab

* DML combo fixes

* fix android selections

* updated android and coreml options

* picker behavior updates

* Training selector updates

* Update quote and other formatting

* updates for new quotes

* format adjustments

* more format updates

* more format updates

* logo updates
2021-04-09 10:35:28 -07:00
Faith Xu
c5aa69a268
add new article (#6993) 2021-03-12 11:21:12 -08:00