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
8838ae78
Commit
8838ae78
authored
Mar 27, 2024
by
Michael Yang
Browse files
stub stub
parent
db75402a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.github/workflows/test.yaml
.github/workflows/test.yaml
+4
-4
No files found.
.github/workflows/test.yaml
View file @
8838ae78
...
@@ -168,8 +168,8 @@ jobs:
...
@@ -168,8 +168,8 @@ jobs:
touch llm/llama.cpp/ggml-metal.metal
touch llm/llama.cpp/ggml-metal.metal
if
:
${{ startsWith(matrix.os, 'macos-') }}
if
:
${{ startsWith(matrix.os, 'macos-') }}
-
run
:
|
-
run
:
|
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/lib/
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/
stub/
lib/
touch llm/llama.cpp/build/windows/$ARCH/stub/lib/stub.dll
touch llm/llama.cpp/build/windows/$ARCH/stub/
stub/
lib/stub.dll
if
:
${{ startsWith(matrix.os, 'windows-') }}
if
:
${{ startsWith(matrix.os, 'windows-') }}
-
uses
:
golangci/golangci-lint-action@v3
-
uses
:
golangci/golangci-lint-action@v3
test
:
test
:
...
@@ -211,8 +211,8 @@ jobs:
...
@@ -211,8 +211,8 @@ jobs:
touch llm/llama.cpp/ggml-metal.metal
touch llm/llama.cpp/ggml-metal.metal
if
:
${{ startsWith(matrix.os, 'macos-') }}
if
:
${{ startsWith(matrix.os, 'macos-') }}
-
run
:
|
-
run
:
|
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/lib/
mkdir -p llm/llama.cpp/build/windows/$ARCH/stub/
stub/
lib/
touch llm/llama.cpp/build/windows/$ARCH/stub/lib/stub.dll
touch llm/llama.cpp/build/windows/$ARCH/stub/
stub/
lib/stub.dll
if
:
${{ startsWith(matrix.os, 'windows-') }}
if
:
${{ startsWith(matrix.os, 'windows-') }}
-
run
:
go build
-
run
:
go build
-
run
:
go test -v ./...
-
run
:
go test -v ./...
...
...
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