Select runtimes to compare side by side. Click chips below to toggle selection.
| Metric | Python (CPython) | ROCm | Docker | LLM (Python CLI) | CTransformers |
|---|---|---|---|---|---|
| Score | B71 | C56 | C-54 | D49 | D46 |
| Type | Language | Container | |||
| Execution | interpreted | aot | hybrid | hybrid | hybrid |
| Interface | cli | sdk | cli | cli | sdk |
| Cold Start | 50ms | 200ms | 500ms | 500ms | 800ms |
| Memory | 15MB | 600MB | 50MB | 100MB | 200MB |
| Startup | 10ms | 100ms | 200ms | 100ms | 100ms |
| Isolation | process | hardware | container | process | process |
| Maturity | production | stable | production | stable | stable |
| Languages | Python | C, C++, Python | Any | Python | Python, C++ |
| License | Other | MIT | Apache-2.0 | Apache-2.0 | MIT |
| Links |