ONNX · 3 models available

Run a decision model with ONNX Runtime

An ONNX export loads without PyTorch. That matters for slim containers, for edge devices, and for running a decision inside a browser.

How to run it

  1. Install the runtime

    ONNX Runtime loads without PyTorch, which is usually the point. Container images get much smaller.

    pip install onnxruntime huggingface_hub
  2. Fetch the exported graph

    ONNX repositories ship a .onnx file plus the tokeniser. Download both.

  3. Consider the browser

    ONNX Runtime Web and transformers.js run the same graph client side, which puts the decision on the user’s machine with no server call at all.

Find out what your data actually supports

We turn your historical decisions into a frozen test set, then tell you which model, which threshold, and how much of it you can safely automate.