Skip to content

Commit 0e97f03

Browse files
committed
Install needed deps
1 parent 0dae95a commit 0e97f03

File tree

2 files changed

+969
-1
lines changed

2 files changed

+969
-1
lines changed

.github/workflows/llm-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
python -m pip install --upgrade pip
4242
python -m pip install torch
43-
python -m pip install pytest deepdiff pillow openai transformers llama-cpp-python "fastapi[standard]"
43+
python -m pip install pytest deepdiff pillow openai transformers llama-cpp-python "fastapi[standard]" eva-decord
4444
python -m pip install -e llmlib
4545
4646
- name: Run tests

0 commit comments

Comments
 (0)