opencode-llmstack 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- llmstack/commands/start.py +7 -7
- {opencode_llmstack-0.7.0.dist-info → opencode_llmstack-0.7.1.dist-info}/METADATA +1 -1
- {opencode_llmstack-0.7.0.dist-info → opencode_llmstack-0.7.1.dist-info}/RECORD +6 -6
- {opencode_llmstack-0.7.0.dist-info → opencode_llmstack-0.7.1.dist-info}/WHEEL +0 -0
- {opencode_llmstack-0.7.0.dist-info → opencode_llmstack-0.7.1.dist-info}/entry_points.txt +0 -0
- {opencode_llmstack-0.7.0.dist-info → opencode_llmstack-0.7.1.dist-info}/top_level.txt +0 -0
llmstack/commands/start.py
CHANGED
|
@@ -314,13 +314,13 @@ def run(args: list[str]) -> int:
|
|
|
314
314
|
paths.router_pid.unlink(missing_ok=True)
|
|
315
315
|
return 1
|
|
316
316
|
print(f" pid {read_pid(paths.router_pid)}")
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
317
|
+
else:
|
|
318
|
+
if has_gguf:
|
|
319
|
+
print(f"[=] llama-swap already running (pid {read_pid(paths.swap_pid)}, channel {channel})")
|
|
320
|
+
else:
|
|
321
|
+
print("[=] bedrock-only config -- llama-swap not used")
|
|
322
|
+
if is_running(paths.router_pid):
|
|
323
|
+
print(f"[=] router already running (pid {read_pid(paths.router_pid)})")
|
|
324
324
|
|
|
325
325
|
other = "next" if channel == "current" else "current"
|
|
326
326
|
print()
|
|
@@ -21,7 +21,7 @@ llmstack/commands/install_llama_swap.py,sha256=c6iedl-DjnOc7jMVzy_M0aIWSgygzAgYU
|
|
|
21
21
|
llmstack/commands/reload.py,sha256=Z7ceZQX2fkHpZiWxov8YwidR72Xw0-qMFFV_RRXpkwI,2016
|
|
22
22
|
llmstack/commands/restart.py,sha256=Bp6lSAnLhR2Nd7eA5BlD9J_TeGlzRfWS_Z3DdxP-eq4,294
|
|
23
23
|
llmstack/commands/setup.py,sha256=o8In30TMflxDn4ahbodLrHeaIBwWScWuXhi6_78DQrQ,4825
|
|
24
|
-
llmstack/commands/start.py,sha256=
|
|
24
|
+
llmstack/commands/start.py,sha256=V9BDZeCQS_NL2bJmJANHVE2J1rqoYBUDYcjK9O_PNYM,15693
|
|
25
25
|
llmstack/commands/status.py,sha256=TOHoDSyu04lZtepJH4bFmIk694RyaUYeFMpUejyUPe0,10403
|
|
26
26
|
llmstack/commands/stop.py,sha256=vntZ1n8wpY9zgix1xGHDNJqEacaUpw9haSKgOnMg73k,2474
|
|
27
27
|
llmstack/download/__init__.py,sha256=lpGmxsE4zxSp0fQViNJZHzbCL_V8zy6IHn71MP31538,695
|
|
@@ -30,8 +30,8 @@ llmstack/download/ggufs.py,sha256=2hCr-svUiPIV2I3ruwTbXo6lPn9m-VBOqa3DFbvdIcA,54
|
|
|
30
30
|
llmstack/generators/__init__.py,sha256=LfbcReuyYBCdVuT9J5RKo7-f8n585YBU3Hus6DsxqTs,1189
|
|
31
31
|
llmstack/generators/llama_swap.py,sha256=KdYH9N6TJECotZvyxvAjaa3kRyzn4YOi2T6D2UdyVKw,14785
|
|
32
32
|
llmstack/generators/opencode.py,sha256=If7opOQyMWSSbHTj7M9dndsA3BmskSTUsTggMKV0VWM,10669
|
|
33
|
-
opencode_llmstack-0.7.
|
|
34
|
-
opencode_llmstack-0.7.
|
|
35
|
-
opencode_llmstack-0.7.
|
|
36
|
-
opencode_llmstack-0.7.
|
|
37
|
-
opencode_llmstack-0.7.
|
|
33
|
+
opencode_llmstack-0.7.1.dist-info/METADATA,sha256=5ZLU7BozHlxueU01Jykw3BLZLp-Ww2jP8vjQ24kItrQ,34508
|
|
34
|
+
opencode_llmstack-0.7.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
35
|
+
opencode_llmstack-0.7.1.dist-info/entry_points.txt,sha256=soomjpqvl4KzFScgpQbu96vgcLriOtkB9MbiSC0rvZ8,47
|
|
36
|
+
opencode_llmstack-0.7.1.dist-info/top_level.txt,sha256=tMv9sDWp8RW_DNNY8cuM4Uy4sND-KwTLcsScl5gdcEQ,9
|
|
37
|
+
opencode_llmstack-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|