mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
Add aiosqlite as library dependency
This commit is contained in:
parent
02663d86b5
commit
e200a4232c
1 changed files with 2 additions and 1 deletions
|
@ -210,7 +210,8 @@ jobs:
|
|||
pytest pytest_asyncio \
|
||||
fairscale lm-format-enforcer \
|
||||
zmq chardet pypdf \
|
||||
pandas sentence_transformers together
|
||||
pandas sentence_transformers together \
|
||||
aiosqlite
|
||||
conda install -q -c pytorch -c nvidia faiss-gpu=1.9.0
|
||||
|
||||
- name: "Installing specific manual_dispatch dependencies"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue