Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | GGUF | Python (CPython) | llama.cpp | ONNX Runtime |
|---|---|---|---|---|
| Score | A-83 | B71 | C+63 | C-50 |
| Type | Language | |||
| Execution | aot | interpreted | aot | hybrid |
| Interface | embedded | cli | cli | sdk |
| Cold Start | <1ms | 50ms | 100ms | 500ms |
| Memory | 0MB | 15MB | 50MB | 300MB |
| Startup | <1ms | 10ms | 10ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | production | production | production | production |
| Languages | Any | Python | C, C++ | Python, C++, C#, Java |
| License | MIT | Other | MIT | MIT |
| Links |