mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-15 01:26:10 +00:00
to fix watsonx unit test failure
This commit is contained in:
parent
04825e854c
commit
eb05b0f3a3
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ unit = [
|
|||
"sqlalchemy",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
"blobfile",
|
||||
"faiss-cpu"
|
||||
"faiss-cpu",
|
||||
"ibm-watson-machine-learning"
|
||||
]
|
||||
# These are the core dependencies required for running integration tests. They are shared across all
|
||||
# providers. If a provider requires additional dependencies, please add them to your environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue