We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e6e81 commit 0eefac0Copy full SHA for 0eefac0
1 file changed
.github/workflows/run_chatgpt_examples.yml
@@ -29,13 +29,9 @@ jobs:
29
- name: Checkout ColossalAI
30
uses: actions/checkout@v2
31
32
- - name: Install PyTorch
33
- run: |
34
- pip install torch==2.5.1
35
-
36
- name: Install flash-attention
37
run: |
38
- pip install flash-attn==2.7.4.post1 --no-build-isolation
+ pip install flash-attn==2.5.8 --no-build-isolation
39
40
- name: Install Colossal-AI
41
0 commit comments