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
OpenDAS
ollama
Commits
a8c5413d
Commit
a8c5413d
authored
Jan 19, 2024
by
Michael Yang
Browse files
only generate gpu libs
parent
5580de45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
19 deletions
+1
-19
.github/workflows/test.yaml
.github/workflows/test.yaml
+1
-19
No files found.
.github/workflows/test.yaml
View file @
a8c5413d
...
...
@@ -127,10 +127,7 @@ jobs:
if
:
${{ startsWith(matrix.os, 'windows-') }}
-
uses
:
golangci/golangci-lint-action@v3
test
:
needs
:
-
generate
-
generate-cuda
-
generate-rocm
needs
:
generate
strategy
:
matrix
:
os
:
[
ubuntu-latest
,
macos-latest
,
windows-latest
]
...
...
@@ -157,21 +154,6 @@ jobs:
with
:
name
:
${{ matrix.os }}-${{ matrix.arch }}-libraries
path
:
llm/llama.cpp/build
-
if
:
${{ matrix.os == 'ubuntu-latest' }}
uses
:
actions/download-artifact@v4
with
:
name
:
cuda-11.8.0-libraries
path
:
llm/llama.cpp/build
-
if
:
${{ matrix.os == 'ubuntu-latest' }}
uses
:
actions/download-artifact@v4
with
:
name
:
rocm-5.7.1-libraries
path
:
llm/llama.cpp/build
-
if
:
${{ matrix.os == 'ubuntu-latest' }}
uses
:
actions/download-artifact@v4
with
:
name
:
rocm-6.0-libraries
path
:
llm/llama.cpp/build
-
run
:
go build
-
run
:
go test -v ./...
-
uses
:
actions/upload-artifact@v4
...
...
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