You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: use the new CLI to run the server (llamastack#171)
0.3.0 with llamastack/llama-stack#3625 forces us
to use "llama stack run" and the server module doesn't execute the
server anymore.
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 90365e7)
print('llama-stack version is greater than or equal to 0.2.17 using new module path llama_stack.core.server.server to start the server')
70
-
sys.exit(1)
75
+
print('Using new CLI command (llama stack run)', file=sys.stderr)
76
+
print(2)
71
77
except Exception as e:
72
-
print(f'Failed to determine version: assume newer version if we cannot determine using new module path llama_stack.core.server.server to start the server: {e}')
0 commit comments