mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
update dependencies and rely on LLAMA_TOOLCHAIN_DIR for dev purposes
This commit is contained in:
parent
72b20b6f5a
commit
ab856c174c
5 changed files with 11 additions and 8 deletions
|
@ -66,10 +66,7 @@ class OllamaInference(Inference):
|
|||
try:
|
||||
await self.client.ps()
|
||||
except httpx.ConnectError:
|
||||
print(
|
||||
"Ollama Server is not running, start it using `ollama serve` in a separate terminal"
|
||||
)
|
||||
raise
|
||||
raise RuntimeError("Ollama Server is not running, start it using `ollama serve` in a separate terminal")
|
||||
|
||||
async def shutdown(self) -> None:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue