disable rocm builds
This commit is contained in:
parent
27aa2d4a19
commit
f06b99a461
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -59,6 +59,8 @@ jobs:
|
|||
name: cuda-${{ matrix.cuda-version }}-libraries
|
||||
path: llm/llama.cpp/build/**/lib/*
|
||||
generate-rocm:
|
||||
# TODO: re-enable once runners get more storage
|
||||
if: ${{ false }}
|
||||
strategy:
|
||||
matrix:
|
||||
rocm-version:
|
||||
|
|
Loading…
Reference in a new issue