forked from microsoft/onnxruntime
-
Couldn't load subscription status.
- Fork 55
Docs Update #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Docs Update #103
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* clear branch * First version of the documentation on github
* new website * python documentation
* update all files to get them published * add .jekyll
* Update css * Add element for disabled js
* Adding Javadoc to the website. * Updated javadoc.
* Update to v1.1.0 * Update Python docs to v1.1.0
* add approved oracle logo and quote * add approved oracle logo and quote
* Add analytics for website * Update about.html * Update index.html * Update 404.html
Co-authored-by: xavier dupré <[email protected]>
* update EP install instructions * fix links in C++ mnist tutorial * formatting * content fixes * minor fixes
* Update squeezenet_classification_cpp.md * Update tiny_yolo_v2_object_detection_python.md * Update yolov3_object_detection_csharp.md * Update squeezenet_classification_cpp.md * Update tiny_yolo_v2_object_detection_python.md * Update yolov3_object_detection_csharp.md
* add directml+arm64 combos in matrix * update articles * fix install page
* Update ort-training.md * Update index.md * Update index.md * Update ort-training.md * Update index.md * Update install.md * Update index.md
`cuda_mem_limit` was renamed to `gpu_mem_limit` in nighlty build `nightly-1.7.0.dev202104231`. #7457
* fix links * update order of api nav * update execution provider how to, original PR #6266
This patch adds POWER in the supported architecture list in the user manual. Co-authored-by: Rajalakshmi Srinivasaraghavan <[email protected]>
Ported from this PR: #6122
Updated build instructions for OneDNN EP
* ignore direnv configs https://direnv.net/ is a useful tool but its configs are developer-specific * improve inferencing build docs * Format build arguments and command line flags as code. Without this, command line flags were being rendered with an en dash `–` rather than two hyphens `--`, which meant copy-pasting them would result in invalid command lines. * Clarify how to avoid running tests. * Minor formatting improvements. * Update custom op docs * Move contrib op example from PyTorch page to custom op page. * On PyTorch page: document the use of pytorch_export_contrib_ops. * On PyTorch page: Turn GitHub URLs into links. Fixes #8818
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull upstream the documentation changes
Motivation and Context