Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | llama.cpp | ONNX Runtime | LLM (Python CLI) | CTransformers |
|---|---|---|---|---|
| Score | C+63 | C-50 | D49 | D46 |
| Type | ||||
| Execution | aot | hybrid | hybrid | hybrid |
| Interface | cli | sdk | cli | sdk |
| Cold Start | 100ms | 500ms | 500ms | 800ms |
| Memory | 50MB | 300MB | 100MB | 200MB |
| Startup | 10ms | 100ms | 100ms | 100ms |
| Isolation | process | process | process | process |
| Maturity | production | production | stable | stable |
| Languages | C, C++ | Python, C++, C#, Java | Python | Python, C++ |
| License | MIT | MIT | Apache-2.0 | MIT |
| Links |