Merge pull request #2374 from ollama/mxyng/rocm-builds
disable rocm builds
This commit is contained in:
commit
59ec837ef6
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
|
name: cuda-${{ matrix.cuda-version }}-libraries
|
||||||
path: llm/llama.cpp/build/**/lib/*
|
path: llm/llama.cpp/build/**/lib/*
|
||||||
generate-rocm:
|
generate-rocm:
|
||||||
|
# TODO: re-enable once runners get more storage
|
||||||
|
if: ${{ false }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
rocm-version:
|
rocm-version:
|
||||||
|
|
Loading…
Reference in a new issue