Unverified Commit b9229ffc authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Merge pull request #2378 from ollama/mxyng/runners

runners
parents 59ec837e 46c847c4
......@@ -34,7 +34,7 @@ jobs:
matrix:
cuda-version:
- '11.8.0'
runs-on: ubuntu-latest
runs-on: linux
container: nvidia/cuda:${{ matrix.cuda-version }}-devel-ubuntu20.04
steps:
- run: |
......@@ -59,14 +59,12 @@ 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:
- '5.7.1'
- '6.0'
runs-on: ubuntu-latest
runs-on: linux
container: rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }}
steps:
- run: |
......
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