This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Description
Goal / Summary of discussion
- We should have more semantic naming format for Cortex engines
- We should go with how the upstream authors name it, i.e.
- onnxruntime
- llama-cpp
- tensorrt-llm
| # |
Name |
Supported Formats |
Version |
Status |
| 1 |
onnxruntime |
ONNX |
0.0.1 |
Incompatible |
| 2 |
llama-cpp |
GGUF |
0.0.1 |
Ready |
| 3 |
tensorrt-llm |
TensorRT Engines |
0.0.1 |
Incompatible |
Out of scope - renaming repos?
For the Repos, I recommend we add an *-engine suffix to differentiate us from the upstream library:
| Old Repo name |
New Repo name |
janhq/cortex.tensorrt-llm |
janhq/tensorrt-llm-engine |
janhq/cortex.llamacpp |
janhq/llamacpp-engine |
janhq/cortex.onnx |
janhq/onnxruntime-engine |
Tasklist