Daniel

Results 114 issues of Daniel

# Goal - We should test for full e2e lifecycle of Cortex's main use case - This only covers llama.cpp for v0.1 ## Existing Work - [Current e2e test](https://github.com/janhq/cortex.llamacpp/blob/main/.github/workflows/template-e2e-weekend-test.yml) -...

P1: important
category: QA testing

## Goal - `cortex model pull` should have clear APIs that support different model repo sources - e.g. Huggingface, Cortex Hub ## Tasklist - [x] #1393 - [x] #1394 -...

category: model management

## Goal - cortex.cpp ## Tasklist - [x] Build up Manual QA checklist for cortex.cpp - [ ] Hardware compatibility matrix - [ ] Should cover key stories - [...

type: discussion

## Goal - Cortex is able to apply presets - e.g. llama3.1 presets for any llama3.1 finetune - Enables: https://github.com/janhq/jan/issues/2845 ## UX ```sh # Filesystem /cortexcpp /engines /models /presets /alpaca...

## Overview - Strong client support for Cortex - Client libaries should support model loading, unloading ## Tasklist - [ ] cortex.js Github README - [ ] cortex.py Github README...

P1: important
client: cortex.js
client: cortex.py

## Goal - Cortex will need to be able to handle data structure migrations - #1154 - #1116 ## Scope - Should only cover #1115 (i.e. model folder, model.yaml, `.cortexrc`)...

## Goal - User can install and use specific engine versions - e.g. if they have Nvidia and AMD GPUs installed (can switch between Vulkan and CUDA) - This allows...

## Goal - Should support `sycl` for Intel-based CPUs ## Tasklist - [ ] What should be the hardware heuristic to opt for LLVM? - [ ] Should Installer support...

category: hardware management
type: hardware support

## Goal - llama.cpp should support LLVM for ARM-based CPUs ## Tasklist - [ ] What should be the hardware heuristic to opt for LLVM? - [ ] Should Installer...

category: hardware management
type: hardware support

## Goal - Bundle engine and model