We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dae95a commit 0e97f03Copy full SHA for 0e97f03
.github/workflows/llm-app.yaml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
python -m pip install --upgrade pip
42
python -m pip install torch
43
- python -m pip install pytest deepdiff pillow openai transformers llama-cpp-python "fastapi[standard]"
+ python -m pip install pytest deepdiff pillow openai transformers llama-cpp-python "fastapi[standard]" eva-decord
44
python -m pip install -e llmlib
45
46
- name: Run tests
0 commit comments