Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orangecat
ollama
Commits
b9229ffc
"vscode:/vscode.git/clone" did not exist on "affaead62f90324e55e365fc89cfc666165da1df"
Unverified
Commit
b9229ffc
authored
Feb 06, 2024
by
Michael Yang
Committed by
GitHub
Feb 06, 2024
Browse files
Merge pull request #2378 from ollama/mxyng/runners
runners
parents
59ec837e
46c847c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.github/workflows/test.yaml
.github/workflows/test.yaml
+2
-4
No files found.
.github/workflows/test.yaml
View file @
b9229ffc
...
@@ -34,7 +34,7 @@ jobs:
...
@@ -34,7 +34,7 @@ jobs:
matrix
:
matrix
:
cuda-version
:
cuda-version
:
-
'
11.8.0'
-
'
11.8.0'
runs-on
:
ubuntu-latest
runs-on
:
linux
container
:
nvidia/cuda:${{ matrix.cuda-version }}-devel-ubuntu20.04
container
:
nvidia/cuda:${{ matrix.cuda-version }}-devel-ubuntu20.04
steps
:
steps
:
-
run
:
|
-
run
:
|
...
@@ -59,14 +59,12 @@ jobs:
...
@@ -59,14 +59,12 @@ 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
:
-
'
5.7.1'
-
'
5.7.1'
-
'
6.0'
-
'
6.0'
runs-on
:
ubuntu-latest
runs-on
:
linux
container
:
rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }}
container
:
rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }}
steps
:
steps
:
-
run
:
|
-
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment