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 7dadc40 commit b1084fdCopy full SHA for b1084fd
.github/workflows/cpu-tests.yml
@@ -101,7 +101,7 @@ jobs:
101
cache: "pip"
102
103
# Add caching for HF models and tokenizers
104
- - name: HF cache
+ - name: HF cache TEST NAME CHANGE
105
uses: actions/cache@v4
106
continue-on-error: true
107
with:
@@ -125,7 +125,7 @@ jobs:
125
- name: Run tests
126
env:
127
HF_TOKEN: ${{ secrets.HF_TOKEN }}
128
- run: pytest -v litgpt/ tests/ --timeout=180 --durations=100 -k "not test_tokenizer_against_hf"
+ run: pytest -v litgpt/ tests/ --timeout=180 --durations=100 --ignore=tests/test_tokenizer.py
129
130
- name: Show cache
131
run: |
0 commit comments