We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a46dc commit c528162Copy full SHA for c528162
.github/workflows/pipelines.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
make install
27
+ pip install tokenizers>=0.21,<0.22
28
pip install -r tests/requirements.txt
29
- name: run the command
30
working-directory: ./slm/pipelines
.github/workflows/tests.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: Install dependencies
20
21
22
23
0 commit comments