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 a873f07 commit 363be19Copy full SHA for 363be19
.github/workflows/docker-ci-base-image.yaml
@@ -16,7 +16,7 @@ jobs:
16
contents: write
17
actions: read
18
id-token: write
19
- timeout-minutes: 60
+ timeout-minutes: 180
20
runs-on: ubuntu-22.04-16c64g
21
env:
22
PACKAGE_REGISTRY: ${{ vars.PACKAGE_REGISTRY || 'gpustack'}}
Dockerfile.rocm.base
@@ -10,7 +10,7 @@ ARG PYTORCH_ROCM_ARCH="gfx908;gfx90a;gfx942;gfx1100"
10
11
# Whether to install CK-based flash-attention
12
# If 0, will not install flash-attention
13
-ARG BUILD_FA="1"
+ARG BUILD_FA="0"
14
ARG FA_GFX_ARCHS="gfx90a;gfx942"
15
ARG FA_BRANCH="3cea2fb"
0 commit comments