updated to single server

This commit is contained in:
2026-07-15 10:30:35 +02:00
parent a08333b70a
commit a993838826
4 changed files with 63 additions and 61 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ REPO_DIR := $(shell pwd)
ITEMS := skills tools agents
# LLM services to manage
LLM_SERVICES := atlas forge swift
LLM_SERVICES := odin
PLIST_PATH := ~/Library/LaunchAgents
@@ -68,4 +68,4 @@ restart-llm-%:
@launchctl bootout gui/$$(id -u) $(PLIST_PATH)/com.vllm-mlx.$*.plist || true
@launchctl bootstrap gui/$$(id -u) $(PLIST_PATH)/com.vllm-mlx.$*.plist
restart-llm: $(patsubst %,restart-llm-%,$(LLM_SERVICES))
restart-llm: $(patsubst %,restart-llm-%,$(LLM_SERVICES))