We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d82842 commit a57e718Copy full SHA for a57e718
.github/workflows/run_chatgpt_examples.yml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Install flash-attention
33
run: |
34
+ pip uninstall flash-attn
35
+ pip install torch==2.5.1
36
pip install flash-attn==2.7.4.post1 --no-build-isolation
37
38
- name: Install Colossal-AI
0 commit comments