Unverified Commit aeac900c authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: resolve ci issue (#8859)

parent 4fc5f2f9
...@@ -29,9 +29,10 @@ jobs: ...@@ -29,9 +29,10 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
bash scripts/ci_install_dependency.sh
pip install "vllm==0.10.0" pip install "vllm==0.10.0"
pip install "bitsandbytes>=0.44.0" pip install "bitsandbytes>=0.44.0"
bash scripts/ci_install_dependency.sh pip3 install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
- name: Run VLLM dependency tests - name: Run VLLM dependency tests
timeout-minutes: 60 timeout-minutes: 60
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment