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 e34ec42 commit 06f4ca8Copy full SHA for 06f4ca8
.github/workflows/test_accuracy.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
23
- name: Install dependencies
24
run: |
25
- uv sync --locked --extra tests --extra build --extra-index-url https://download.pytorch.org/whl/cpu
+ uv sync --locked --extra tests --extra-index-url https://download.pytorch.org/whl/cpu
26
- name: Prepare test data
27
28
uv run python tests/accuracy/prepare_data.py -d data
0 commit comments