This commit is contained in:
hiyouga
2025-12-27 07:53:52 +08:00
parent 6de0c3da9b
commit 5f3e5eb5f8
2 changed files with 5 additions and 3 deletions

View File

@@ -54,6 +54,7 @@ jobs:
- name: Install dependencies
run: |
uv venv
uv pip install --system torch-npu==${{matrix.pytorch_npu}}
uv pip install --system -e ".[dev]"