Closed
Description
Goal
- Cortex can install engines (e.g. llama.cpp, tensorrt-llm)
- Strong error recovery
Spec
Tasklist
Install (this issue)
- HTTP API support for cortex engines install
- CLI support for
cortex engines <name (cortex.llamacpp/cortex.tensorrt-llm/cortex.onnx)> install
- Downloading and unzip engine file (currently store engine to
engines/<engine>
) - Downloading and unzip cuda toolkit (if needed - because, e.g. macos does not need this)
- Libcurl adding libcurl to support pause/resume download #1179
- Hardware detection
- AVX information
- OS
- CPU arch
- GPU driver version
Engines list
Engines get
Uninstall
Dependency Packing
- CI to pack CUDA dependencies for cortex.llamacpp #1085
- feat: Set dll libraries search path for Cortex on Windows #1047
Outstanding / Bugs:
Some resources
Metadata
Metadata
Assignees
Type
Projects
Status
Completed