Skip to content

Commit 8d82842

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6e4dd84 commit 8d82842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_chatgpt_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Install flash-attention
3333
run: |
3434
pip install flash-attn==2.7.4.post1 --no-build-isolation
35-
35+
3636
- name: Install Colossal-AI
3737
run: |
3838
BUILD_EXT=1 pip install --no-cache-dir -v -e .
39-
39+
4040
- name: Install ChatGPT
4141
env:
4242
CFLAGS: "-O1"

0 commit comments

Comments
 (0)