Skip to content

Commit cb6f20d

Browse files
committed
fix ci; specify flash-attn version
1 parent d3c87a4 commit cb6f20d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
run: |
4848
pip install flash-attn==2.7.4.post1 --no-build-isolation
4949
50-
- name: Install Transformers
51-
run: |
52-
pip install --no-cache-dir transformers==4.36.2
50+
# - name: Install Transformers
51+
# run: |
52+
# pip install --no-cache-dir transformers==4.36.2
5353

5454
- name: Execute Examples
5555
run: |

0 commit comments

Comments
 (0)