Commit graph

516 commits

Author SHA1 Message Date
Ranjit Ranjan
2b89dd6cd8
[Doc] AIX build instruction (#22220)
### Description
This PR contains the steps of building onnxruntime in AIX OS.

### Motivation and Context
AIX OS users can build the onnxruntime in their local env.
2024-09-26 11:43:45 -07:00
Hector Li
b6ff0cc5fd
Qnn weight sharing doc (#22109)
### Description
QNN EP weight sharing docs
2024-09-25 13:24:36 -07:00
Tianlei Wu
199df7b58e
[Doc] Add links to previous versions of onnxruntime-gpu (#22210)
### Description

Add download links to previous versions of onnxruntime-gpu.

### Motivation and Context

There was a change in feeds recently, which make it hard to find the
download links for previous versions of onnxruntime-gpu.
2024-09-24 20:53:55 -07:00
Tianlei Wu
bc1bce956a
[Doc] Update GPU package installation (#22204)
### Description
* Add CUDA/CuDNN requirements for 1.19.x
* Update installation guide for cuda 11 package and nightly.
* Remove a sentence for ROCm: `Alternatively, each major ORT release has
a corresponding C/C++ ROCm package, found
[here](https://github.com/microsoft/onnxruntime/releases/).` since
onnxruntime_rocm package is not available in recent releases.

### Motivation and Context
Doc is not up to date.
2024-09-24 13:57:20 -07:00
Yifan Li
85c3f0fe0b
[TensorRT EP] [documentation] Set cuda 12 as default for ORT 1.19 (#21758) 2024-09-24 10:21:29 -07:00
Hector Li
9b710421f9
EP context cache feature design (#22142)
### Description
EP context cache feature design
2024-09-24 09:22:05 -07:00
Nat Kershaw (MSFT)
a98a701dfb
Update build-from-source.md (#22094) 2024-09-18 15:21:59 -07:00
Abdullah Shafin
b91a3aeb5c
Fix typo in docs: TensorRT-ExecutionProvider.md (#22128)
### Description
While reading the docs, I came across a typo. This PR proposes to fix it.

### Motivation and Context
Improve documentation.
2024-09-18 14:08:31 -07:00
Wanming Lin
30e0696cea
[doc] Update MLTensorUsage (#22127)
- WRITE_TO => WRITE
- READ_FROM => READ
2024-09-18 09:35:23 -07:00
Nat Kershaw (MSFT)
fac9800564
Update build-from-source.md (#22093) 2024-09-13 15:47:51 -07:00
Wanming Lin
2403930510
[doc] Rename MLBuffer => MLTensor for WebNN EP (#22039) 2024-09-11 13:29:51 -07:00
Nat Kershaw (MSFT)
8ae6332150
Update build from source instructions (#21468) 2024-09-11 12:00:09 -07:00
Nat Kershaw (MSFT)
214c5e41c9
Remove broken link (#22064) 2024-09-11 11:47:17 -07:00
Nat Kershaw (MSFT)
294f3f3574
Update phi3-v.md with DirectML (#21868)
Add DirectML instructions to Phi-3 vision tutorial
2024-09-11 09:05:25 -07:00
Nat Kershaw (MSFT)
9654bafa27
Update install guide for genai (#22052) 2024-09-11 09:05:04 -07:00
神楽坂帕琪
9cb1639797
Fix typo: Complete the link symbol in pose-detection.md (#21437) 2024-09-10 17:13:48 -07:00
Maanav Dalal
e892a56c47
Fixed many (not all) accessibility issues. (#22002)
Likely will need to change HLJS theme for the rest.

Should be good to instantly approve/merge, but feel free to review as
necessary. Not currently deploying a preview as another more significant
PR is being reviewed, but I can do it if requested :)
2024-09-09 20:37:54 -07:00
Scott McKay
fb43a3387d
Update CoreML supported ops lists (#21627)
### Description
<!-- Describe your changes. -->
Update CoreML ops lists with recent additions.


### 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: Edward Chen <18449977+edgchen1@users.noreply.github.com>
2024-09-06 09:29:18 +10:00
Preetha Veeramalai
c4025042ae
Update documentation for ovep rel-5.4 (#21909)
### Description
Contains doc updates on latest OVEP 5.4 release.
2024-09-04 11:17:36 -07:00
Jing Fang
6265c3acf2
Add 4bit quantizer to onnx runtime doc (#21835)
### Description
Introduce how to use matmul_4bits_quantizer to do weight only
quantization.

### Motivation and Context
Add 4bit quantizer to onnx runtime doc
2024-08-26 18:12:13 -07:00
Satoshi Yoshikawa
99bfaa3a97
Correct Spelling and Proper Capitalization in Documentation (#21790)
This pull request addresses several spelling errors and inconsistencies
in the capitalization of proper nouns within the documentation.

### Motivation and Context
To improve the quality of the documentation, spelling errors and
capitalization mistakes have been corrected. This ensures that the
content is more accurate and easier to read.
2024-08-19 08:47:58 -07:00
Maanav Dalal
0321041247
Updating code and image for accessibility reasons. (#21778)
Fixes issues: #20602, #21294, #21637, #21639.

test site available here: https://maanavd.github.io/onnxruntime/
2024-08-16 15:51:18 -07:00
Edward Chen
29209784dd
[docs] Mobile doc updates (#21605)
### Description
<!-- Describe your changes. -->

- Update Android build instructions.
- Remove references to "mobile" packages with reduced operators and
minimal build which have been removed in 1.19.
  In particular, these packages:
  - onnxruntime-mobile-c/objc (iOS)
  - onnxruntime-mobile (Android)

https://edgchen1.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. -->

Update and remove obsolete documentation.
2024-08-15 16:28:19 +10:00
Wanming Lin
bd060aba69
[doc] Add page for using WebNN EP (#21736)
Preview:
https://honry.github.io/onnxruntime/docs/tutorials/web/ep-webnn.html
2024-08-14 09:09:36 -07:00
Nat Kershaw (MSFT)
9f14085162
Update install instructions for onnxruntime-genai separate packages (#21646)
Staged:
https://natke.github.io/onnxruntime/docs/genai/howto/install.html
2024-08-13 21:26:49 -07:00
Nat Kershaw (MSFT)
4c2531b4fe
Add DML GPU requirements to tutorial (#21590) 2024-08-06 13:35:06 -07:00
Sophie Schoenmeyer
16905ccdc5
Update DirectML-ExecutionProvider.md (#21407)
Update DML EP docs w/ correct DML + ONNX opset version

### 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. -->
2024-07-18 10:18:52 -07:00
Tianlei Wu
31f7cfb09d
[Doc] cuda and cudnn requirements for 1.18.1 gpu packages (#21377)
### Description
Add CUDA and cuDNN requirements for 1.18.1 GPU package.

### Motivation and Context
https://github.com/microsoft/onnxruntime/issues/21354
https://github.com/microsoft/onnxruntime/issues/21173
2024-07-17 10:44:21 -07:00
Nat Kershaw (MSFT)
2b75c9bf54
Minor updates to Java docs (#21269) 2024-07-11 12:32:10 -07:00
Maanav Dalal
8c073f9b5f
Added requested install instructions to ORT ROCm Python. (#21124)
To close: #21036
2024-07-08 13:27:13 -07:00
oswin
c987d34d84
Java API Docs for Generate API (#21125) 2024-07-05 16:25:18 -07:00
Nat Kershaw (MSFT)
12fbefeca6
Fix typo in genai build DML from source steps (#21268) 2024-07-05 16:24:17 -07:00
Nat Kershaw (MSFT)
315581a90f
Update install docs and add troubleshooting page (#21210) 2024-07-01 15:48:41 -07:00
Sophie Schoenmeyer
8fc4470238
Fix typo in Python code block on home page (#21196)
### Description
Python code block on home page contained typo

Previous: outputs = session.run(None {"input": inputTensor})
Correction: outputs = session.run(None, {"input": inputTensor})

Fixes issue #21146



### 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. -->
2024-06-27 13:54:26 -07:00
Maanav Dalal
77df36bde1
NimbleEdge and ONNXRuntime Blog June 17 (#21040)
DRAFT PR until images and thumbnail are provided

---------

Co-authored-by: Scott McKay <Scott.McKay@microsoft.com>
Co-authored-by: Emma Ning <43255631+EmmaNingMS@users.noreply.github.com>
2024-06-17 10:39:01 -07:00
Tianlei Wu
736ed7aeb7
[Doc] Fix links in Device Tensor Doc (#21039) 2024-06-13 15:25:44 -07:00
Nat Kershaw (MSFT)
0686549d27
Clarify docs for get_output() (#21009) 2024-06-12 17:49:33 -07:00
Sophie Schoenmeyer
a15f42da56
Update releases-servicing.md to correct version (#21025)
### 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. -->
2024-06-12 17:48:36 -07:00
Maximilian Müller
f20db76f54
Add device tensor documentation for GPU execution providers (#20837)
This documentation adds documentation on:
- how to allocate CUDA device tensors from C++ and python
- how to use DML device tensors from C++ and python
- it also shows how to leverage existing GPU allocations in ORT 
- how to overlap PCI copies and GPU execution using CUDA streams
- how to overlap PCI copies and GPU execution using D3D12 Command Lists
and custom resources
---------

Co-authored-by: Tianlei Wu <tlwu@microsoft.com>
2024-06-12 09:11:25 -07:00
Baiju Meswani
b5118f34e0
Fix documentation of temperature (#20960) 2024-06-06 14:53:25 -07:00
Sophie Schoenmeyer
95de52d89e
Update acpt.md to fix docs sidebar (#20927)
ACPT docs should be nested inside Ecosystem category in the docs
sidebar, but they currently show up outside of the category at the top
of the sidebar.

Need to add parent to address this issue.

### 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. -->
2024-06-04 17:18:47 -07:00
Nat Kershaw (MSFT)
de4d524c14
Fix model links (#20909) 2024-06-03 16:29:44 -07:00
Maximilian Müller
7d89749e0c
[TensorRT Docs] Extending engine embedding docs (#20848)
Adding to the docs a link on how to embed an externally compiled engine
and also mention that in case of an embedded engine the builder resource
is not needed.
2024-06-03 13:31:13 -07:00
Nat Kershaw (MSFT)
f61a7092a0
Add phi3 v tutorial (#20873) 2024-05-30 17:48:26 -07:00
Nat Kershaw (MSFT)
c6094a2e44
Update build from source instructions (#20819)
Staged here:
https://natke.github.io/onnxruntime/docs/genai/howto/build-from-source.html
2024-05-30 12:05:21 -07:00
Sophie Schoenmeyer
65c3801803
Add ACPT docs to ORT docs (#20839)
### Description
Add an ACPT landing page to the ORT docs to publish supported
configurations + most recent releases



### 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. -->
2024-05-30 11:51:34 -07:00
Yifan Li
73df4e5337
[TensorRT EP] Update doc (#20857)
### Description
<!-- Describe your changes. -->
* Reorganize table and group items by scenarios
* Add `trt_engine_hw_compatible` doc
* Update jetson instruction with TensorRT 10 info

### UI comparison
After:
https://yf711.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html#configurations
Before:
https://onnxruntime.ai/docs/execution-providers/TensorRT-ExecutionProvider.html#configurations
2024-05-29 21:51:35 -07:00
Sophie Schoenmeyer
aa6097ad5b
Fix broken links (#20831)
### Description
Fix broken links referenced in issue #20790 

Llama2 blog link was updated to the correct location and ResNet sample
was removed entirely because it no longer exists anywhere in the AML
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. -->
2024-05-28 13:27:09 -07:00
Chi Lo
e3e4f215f1
[TensorRT EP] TRT EP cache docs (#20785)
Add a section for how to use three major TRT EP caches: TRT timing
cache, TRT engine cache and Embedded engine model /EPContext model.
Some materials are from my GTC slides.
2024-05-24 18:53:59 -07:00
Jian Chen
51caf9851e
Update CUDA-ExecutionProvider.md (#20795)
update cudnn to 8.9.2.26 (Linux)<br/>8.9.2.26 (Windows)

### 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. -->
2024-05-23 14:23:56 -07:00