Skip to content

Commit c528162

Browse files
committed
fix
1 parent 21a46dc commit c528162

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
make install
27+
pip install tokenizers>=0.21,<0.22
2728
pip install -r tests/requirements.txt
2829
- name: run the command
2930
working-directory: ./slm/pipelines

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22+
pip install tokenizers>=0.21,<0.22
2223
pip install -r tests/requirements.txt
2324
make install
2425
- name: run the command

0 commit comments

Comments
 (0)