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

Description
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"}