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

chore: remove references to ONNX and TRT-LLM #1960

@gau-nernst

Description

@gau-nernst

While digging through the code, I still see several mentions of ONNX and TRT-LLM. These should be removed

constexpr const auto kOnnxRepo = "cortex.onnx";
constexpr const auto kLlamaRepo = "cortex.llamacpp";
constexpr const auto kTrtLlmRepo = "cortex.tensorrt-llm";
constexpr const auto kPythonRuntimeRepo = "cortex.python";

if (os == kMacOs && (ne == kOnnxRepo || ne == kTrtLlmRepo)) {
return cpp::fail("Engine " + ne + " is not supported on macOS");
}

There is also Python engine which does not work atm (but I guess I will be working on this one...)

cortex engines install python-engine

Failed to fetch engine releases: Failed to get engine release: {"message":"Not Found","documentation_url":"https://docs.github.com/rest/releases/releases#get-the-latest-release","status":"404"}

Metadata

Metadata

Assignees

Labels

type: choreMaintenance, Maintenance, operational

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions