updated to single server
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user