onnxruntime — Easy Playground
High-performance inference engine for ONNX models
Getting started with onnxruntimeRun locally
Install
pip install onnxruntimePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: onnxruntime)
onnxruntime is a third-party package. High-performance inference engine for ONNX models. Install with: pip install onnxruntime
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?