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 c494856 commit d3c87a4Copy full SHA for d3c87a4
.github/workflows/run_chatgpt_examples.yml
@@ -29,10 +29,6 @@ jobs:
29
- name: Checkout ColossalAI
30
uses: actions/checkout@v2
31
32
- - name: Install flash-attention
33
- run: |
34
- pip install flash-attn==2.7.4.post1 --no-build-isolation
35
-
36
- name: Install Colossal-AI
37
run: |
38
pip install --no-cache-dir -v -e .
@@ -47,6 +43,10 @@ jobs:
47
43
pip install --no-cache-dir -v .
48
44
pip install --no-cache-dir -r examples/requirements.txt
49
45
46
+ - name: Install flash-attention
+ run: |
+ pip install flash-attn==2.7.4.post1 --no-build-isolation
+
50
- name: Install Transformers
51
52
pip install --no-cache-dir transformers==4.36.2
0 commit comments