Skip to content

Commit ef69669

Browse files
committed
feat: Simplify llm setup (offload to acorn)
1 parent 9e9359c commit ef69669

4 files changed

Lines changed: 9 additions & 284 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
"statusBar.background": "#0db7ed",
1212
"statusBar.foreground": "#15202b",
1313
"statusBarItem.hoverBackground": "#0a92bd",
14-
"statusBarItem.remoteBackground": "#0db7ed",
14+
"statusBarItem.remoteBackground": "#d40ca3",
1515
"statusBarItem.remoteForeground": "#15202b",
1616
"titleBar.activeBackground": "#0db7ed",
1717
"titleBar.activeForeground": "#15202b",
1818
"titleBar.inactiveBackground": "#0db7ed99",
19-
"titleBar.inactiveForeground": "#15202b99"
19+
"titleBar.inactiveForeground": "#15202b99",
20+
"activityBarTop.activeBackground": "#39c7f4",
21+
"activityBarTop.background": "#39c7f4",
22+
"activityBarTop.foreground": "#15202b",
23+
"activityBarTop.inactiveForeground": "#15202b99",
24+
"commandCenter.foreground": "#15202b",
25+
"statusBar.debuggingBackground": "#0db7ed",
26+
"statusBar.debuggingForeground": "#15202b"
2027
},
2128
"peacock.color": "#0db7ed",
2229
"files.exclude": {

config/llama-swap/config.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,3 @@ models:
2121
--sleep-idle-seconds 600
2222
--tools all
2323
--ubatch-size 2048
24-
"vllm-coder":
25-
proxy: "http://127.0.0.1:${PORT}"
26-
description: "When should the model be used?"
27-
cmd: |
28-
podman run
29-
--name ${MODEL_ID}
30-
--init
31-
--rm
32-
--gpus all
33-
--publish ${PORT}:8000
34-
-v "${env.HOME}/models:/root/models"
35-
docker.io/vllm/vllm-openai:latest
36-
--model ${models_dir}/Qwen2.5-0.5B-Instruct-Q4_K_M.gguf
37-
--port 8000
38-
--serving-name vllm-coder
39-
cmdStop: podman stop ${MODEL_ID}
40-
checkEndpoint: "none"
41-
ttl: 0

config/llama-swap/template.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

scripts/Get-Models.ps1

Lines changed: 0 additions & 235 deletions
This file was deleted.

0 commit comments

Comments
 (0)