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 645c426 commit 0d8bcacCopy full SHA for 0d8bcac
.github/workflows/test.yml
@@ -8,12 +8,8 @@ jobs:
8
name: python
9
runs-on: ubuntu-latest
10
env:
11
- # HF token is required to avoid 429 rate limits on HF Hub
12
HF_TOKEN: ${{ secrets.HF_TOKEN }}
13
HUGGINGFACE_HUB_TOKEN: ${{ secrets.HF_TOKEN }}
14
- HF_DATASETS_CACHE: ${{ runner.temp }}/hf-datasets
15
- HUGGINGFACE_HUB_CACHE: ${{ runner.temp }}/hf-hub
16
- TRANSFORMERS_CACHE: ${{ runner.temp }}/hf-transformers
17
18
steps:
19
- uses: actions/checkout@v4
@@ -34,7 +30,3 @@ jobs:
34
30
35
31
- name: Run tests (tasks)
36
32
run: uv run pytest src/eval_mm/tasks/*.py
37
-
38
- # Optional model smoke; enable when runners have resources
39
- # - name: Run model smoke tests
40
- # run: bash test_model.sh
0 commit comments