mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-25 23:02:02 +00:00
fix: fix No module named 'ollama' in test_inference_recordings.py
This commit is contained in:
parent
c5622c79de
commit
049731de4a
2 changed files with 16 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ dev = [
|
|||
# These are the dependencies required for running unit tests.
|
||||
unit = [
|
||||
"sqlite-vec",
|
||||
"ollama",
|
||||
"openai",
|
||||
"aiosqlite",
|
||||
"aiohttp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue