minor: improve CI and dependencies (#1212)

This commit is contained in:
Liangsheng Yin
2024-08-25 21:26:31 -07:00
committed by GitHub
parent 3579162ab1
commit 632d506d0b
4 changed files with 10 additions and 13 deletions

View File

@@ -29,10 +29,8 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e "python[all]"
pip install -e "python[dev]"
pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ --force-reinstall
pip install accelerate
pip install sentence_transformers
- name: Test Backend Runtime
timeout-minutes: 20