mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
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:
parent
da6f161717
commit
a5c0ba8cf3
2 changed files with 7 additions and 15 deletions
|
|
@ -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"}
|
||||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue