Skip to content

Commit 363be19

Browse files
committed
debug extend timeout
1 parent a873f07 commit 363be19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-ci-base-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
actions: read
1818
id-token: write
19-
timeout-minutes: 60
19+
timeout-minutes: 180
2020
runs-on: ubuntu-22.04-16c64g
2121
env:
2222
PACKAGE_REGISTRY: ${{ vars.PACKAGE_REGISTRY || 'gpustack'}}

Dockerfile.rocm.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG PYTORCH_ROCM_ARCH="gfx908;gfx90a;gfx942;gfx1100"
1010

1111
# Whether to install CK-based flash-attention
1212
# If 0, will not install flash-attention
13-
ARG BUILD_FA="1"
13+
ARG BUILD_FA="0"
1414
ARG FA_GFX_ARCHS="gfx90a;gfx942"
1515
ARG FA_BRANCH="3cea2fb"
1616

0 commit comments

Comments
 (0)