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
c91a4ebc
"docs/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "9c4f71a62adcfb1556a0bdd352cd4ed95c15b69d"
Commit
c91a4ebc
authored
Mar 27, 2024
by
Daniel Hiltgen
Browse files
Bump ROCm to 6.0.2 patch release
parent
035b274b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/test.yaml
.github/workflows/test.yaml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.github/workflows/test.yaml
View file @
c91a4ebc
...
@@ -106,7 +106,7 @@ jobs:
...
@@ -106,7 +106,7 @@ jobs:
strategy
:
strategy
:
matrix
:
matrix
:
rocm-version
:
rocm-version
:
-
'
6.0'
-
'
6.0
.2
'
runs-on
:
linux
runs-on
:
linux
container
:
rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }}
container
:
rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }}
steps
:
steps
:
...
...
Dockerfile
View file @
c91a4ebc
...
@@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.22.1
...
@@ -2,7 +2,7 @@ ARG GOLANG_VERSION=1.22.1
ARG
CMAKE_VERSION=3.22.1
ARG
CMAKE_VERSION=3.22.1
# this CUDA_VERSION corresponds with the one specified in docs/gpu.md
# this CUDA_VERSION corresponds with the one specified in docs/gpu.md
ARG
CUDA_VERSION=11.3.1
ARG
CUDA_VERSION=11.3.1
ARG
ROCM_VERSION=6.0
ARG
ROCM_VERSION=6.0
.2
# Copy the minimal context we need to run the generate scripts
# Copy the minimal context we need to run the generate scripts
FROM
scratch AS llm-code
FROM
scratch AS llm-code
...
...
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