mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-07-15 12:58:04 +00:00
Checkpoint Odysseus local update
This commit is contained in:
@@ -49,6 +49,16 @@ const _RECIPES = [
|
||||
},
|
||||
},
|
||||
|
||||
// ── MLX ───────────────────────────────────────────────────────────────
|
||||
{
|
||||
backend: 'mlx_lm',
|
||||
label: 'Any MLX model',
|
||||
match: () => true,
|
||||
variants: {
|
||||
pip: { commands: ['uv pip install -U mlx-lm'] },
|
||||
},
|
||||
},
|
||||
|
||||
// ── llama.cpp ─────────────────────────────────────────────────────────
|
||||
{
|
||||
backend: 'llama_cpp',
|
||||
@@ -75,7 +85,7 @@ export function recipeCommands(recipe, variant) {
|
||||
// Backends we surface a recipe panel for. Other rows in the Dependencies
|
||||
// list keep the existing flat Install/Reinstall button without an expand
|
||||
// affordance.
|
||||
export const RECIPE_BACKENDS = new Set(['vllm', 'sglang', 'llama_cpp']);
|
||||
export const RECIPE_BACKENDS = new Set(['vllm', 'sglang', 'mlx_lm', 'llama_cpp']);
|
||||
|
||||
// All recipe entries for a given backend, in catalog order. The first one
|
||||
// is the model-specific match (when present); the last is always the
|
||||
|
||||
Reference in New Issue
Block a user