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
9768e2dc
Unverified
Commit
9768e2dc
authored
Apr 03, 2024
by
Daniel Hiltgen
Committed by
GitHub
Apr 03, 2024
Browse files
Merge pull request #3481 from dhiltgen/ci_fixes
CI subprocess path fix
parents
a624e672
08600d5b
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 @
9768e2dc
...
@@ -99,7 +99,7 @@ jobs:
...
@@ -99,7 +99,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
generate-windows-cpu
name
:
generate-windows-cpu
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
# ROCm generation step
# ROCm generation step
generate-windows-rocm
:
generate-windows-rocm
:
...
@@ -170,7 +170,7 @@ jobs:
...
@@ -170,7 +170,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
generate-windows-rocm
name
:
generate-windows-rocm
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
windows-rocm-deps
name
:
windows-rocm-deps
...
@@ -250,7 +250,7 @@ jobs:
...
@@ -250,7 +250,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
generate-windows-cuda
name
:
generate-windows-cuda
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
windows-cuda-deps
name
:
windows-cuda-deps
...
...
.github/workflows/test.yaml
View file @
9768e2dc
...
@@ -135,7 +135,7 @@ jobs:
...
@@ -135,7 +135,7 @@ jobs:
-
uses
:
actions/upload-artifact@v4
-
uses
:
actions/upload-artifact@v4
with
:
with
:
name
:
rocm-${{ matrix.rocm-version }}-libraries
name
:
rocm-${{ matrix.rocm-version }}-libraries
path
:
llm/build/**/
lib
/*
path
:
llm/build/**/
bin
/*
# ROCm generation step
# ROCm generation step
generate-windows-rocm
:
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