Skip to content

Commit a9cc3d6

Browse files
authored
add swap for flash-attention-3 build (#826)
1 parent 4a6eca2 commit a9cc3d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v3
3535

36+
- name: Set up swap space
37+
if: runner.os == 'Linux'
38+
uses: pierotofy/set-swap-space@v1.0
39+
with:
40+
swap-size-gb: 10
41+
3642
# clean cache image
3743
- name: Clean up Docker space
3844
run: |

0 commit comments

Comments
 (0)