Hacker News new | ask | show | jobs
by synesthesiam 1457 days ago
Python is only really the glue here. The models are trained in PyTorch and exported to Microsoft's Onnx runtime (C++). So the bulk of the inference CPU cycles are outside Python.