2010 Forks
8625 Stars
8625 Watchers

onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator

How to download and setup onnxruntime

Open terminal and run command
git clone https://github.com/microsoft/onnxruntime.git
git clone is used to create a copy or clone of onnxruntime repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with onnxruntime https://github.com/microsoft/onnxruntime/archive/master.zip

Or simply clone onnxruntime with SSH
[email protected]:microsoft/onnxruntime.git

If you have some problems with onnxruntime

You may open issue on onnxruntime support forum (system) here: https://github.com/microsoft/onnxruntime/issues