-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update readme to reference docs webpage content #6621
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
Conversation
README.md
Outdated
| * [Supported operators/types](./docs/OperatorKernels.md) | ||
| * *Operators not supported in the current ONNX spec may be available as a [Contrib Operator](./docs/ContribOperators.md)* | ||
| * [Extensibility: Add a custom operator/kernel](docs/AddingCustomOp.md) | ||
| * [Extensibility: Add a custom operator/kernel](https://www.onnxruntime.ai/docs/how-to/add-custom-op.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have written (./docs/how-to/AddingCustomOp.md) since the link above is working. Relative link are better if the website is published at a different location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's in a different branch. So it can't be a relative link.
README.md
Outdated
| * GPU Provider - NVIDIA CUDA | ||
| * GPU Provider - DirectML (Windows) | ||
| * *On Windows, the [DirectML execution provider](./docs/execution_providers/DirectML-ExecutionProvider.md) is recommended for optimal performance and compatibility with a broad set of GPUs.* | ||
| * *On Windows, the [DirectML execution provider](https://www.onnxruntime.ai/docs/reference/execution-providers/DirectML-ExecutionProvider.html) is recommended for optimal performance and compatibility with a broad set of GPUs.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above.
|
/azp run Windows CPU CI Pipeline |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Windows CPU CI Pipeline |
|
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.