Commit f06b99a4 authored by Michael Yang's avatar Michael Yang
Browse files

disable rocm builds

parent 27aa2d4a
...@@ -59,6 +59,8 @@ jobs: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment