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
08600d5b
Commit
08600d5b
authored
Apr 03, 2024
by
Daniel Hiltgen
Browse files
CI subprocess path fix
parent
a624e672
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/release.yaml
.github/workflows/release.yaml
+3
-3
.github/workflows/test.yaml
.github/workflows/test.yaml
+1
-1
No files found.
.github/workflows/release.yaml
View file @
08600d5b
...
...
@@ -99,7 +99,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
generate-windows-cpu
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
# ROCm generation step
generate-windows-rocm
:
...
...
@@ -170,7 +170,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
generate-windows-rocm
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
-
uses
:
actions/upload-artifact@v4
with
:
name
:
windows-rocm-deps
...
...
@@ -250,7 +250,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
generate-windows-cuda
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
-
uses
:
actions/upload-artifact@v4
with
:
name
:
windows-cuda-deps
...
...
.github/workflows/test.yaml
View file @
08600d5b
...
...
@@ -135,7 +135,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
with
:
name
:
rocm-${{ matrix.rocm-version }}-libraries
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
# ROCm generation step
generate-windows-rocm
:
...
...
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