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 db0c2d6 commit 03b99f5Copy full SHA for 03b99f5
.github/workflows/pre-commit.yml
@@ -15,8 +15,10 @@ jobs:
15
python-version: "3.12"
16
- run: echo "::add-matcher::.github/workflows/matchers/actionlint.json"
17
- run: echo "::add-matcher::.github/workflows/matchers/mypy.json"
18
+ - name: Set VLLM_TARGET_DEVICE to CPU for pre-commit checks
19
+ run: echo "VLLM_TARGET_DEVICE=cpu" >> $GITHUB_ENV
20
- name: Install vLLM Build Dependencies
- run: pip install --requirement requirements/build.txt
21
+ run: pip install -r requirements/build.txt
22
- name: Install vLLM Project and Dev Dependencies
23
run: pip install -e ".[dev]"
24
- uses: pre-commit/action@v3.0.1 # Use the latest stable version tag
0 commit comments