Skip to content

Commit b1084fd

Browse files
author
Peyton Gardipee
committed
debug
1 parent 7dadc40 commit b1084fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpu-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
cache: "pip"
102102

103103
# Add caching for HF models and tokenizers
104-
- name: HF cache
104+
- name: HF cache TEST NAME CHANGE
105105
uses: actions/cache@v4
106106
continue-on-error: true
107107
with:
@@ -125,7 +125,7 @@ jobs:
125125
- name: Run tests
126126
env:
127127
HF_TOKEN: ${{ secrets.HF_TOKEN }}
128-
run: pytest -v litgpt/ tests/ --timeout=180 --durations=100 -k "not test_tokenizer_against_hf"
128+
run: pytest -v litgpt/ tests/ --timeout=180 --durations=100 --ignore=tests/test_tokenizer.py
129129

130130
- name: Show cache
131131
run: |

0 commit comments

Comments
 (0)