Add links to community maintained Julia bindings (#9773)

* Add links to community maintained Julia bindings

* Add community API links to Getting Started page
This commit is contained in:
Prasanth Pulavarthi 2021-11-17 16:35:49 -08:00 committed by GitHub
parent da6f161717
commit a5c0ba8cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 15 deletions

View file

@ -6,23 +6,12 @@ nav_exclude: true
# Other APIs
{: .no_toc }
## Contents
{: .no_toc }
These are community maintained projects and are not officially supported by the core ONNX Runtime team.
* TOC placeholder
{:toc}
## Julia
[https://github.com/jw3126/ONNXRunTime.jl](https://github.com/jw3126/ONNXRunTime.jl){:target="_blank"}
## Ruby
This is an community-contributed project and not officially supported by the core ONNX Runtime team.
### Supported Versions
{: .no_toc }
2.4 - 2.7
### API Reference
{: .no_toc }
[https://github.com/ankane/onnxruntime](https://github.com/ankane/onnxruntime){:target="_blank"}
### Samples
{: .no_toc }
[Ruby Samples](https://ankane.org/tensorflow-ruby){:target="_blank"}

View file

@ -7,4 +7,7 @@ nav_order: 2
{: .no_toc }
Community Projects
[Julia](https://github.com/jw3126/ONNXRunTime.jl) (external project)
[Ruby](https://github.com/ankane/onnxruntime) (external project)