Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
88be823d
Unverified
Commit
88be823d
authored
Jun 07, 2025
by
pramenku
Committed by
GitHub
Jun 07, 2025
Browse files
[AMD] Update compatible packaging version (#19309)
Signed-off-by:
pramkuma
<
Pramendra.Kumar@amd.com
>
parent
4e4f63ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
docker/Dockerfile.rocm
docker/Dockerfile.rocm
+1
-1
requirements/rocm.txt
requirements/rocm.txt
+2
-1
No files found.
docker/Dockerfile.rocm
View file @
88be823d
...
...
@@ -13,7 +13,7 @@ RUN apt-get update -q -y && apt-get install -q -y \
sqlite3 libsqlite3-dev libfmt-dev libmsgpack-dev libsuitesparse-dev \
apt-transport-https ca-certificates wget curl
# Remove sccache
RUN python3 -m pip install --upgrade pip
&& pip install setuptools_scm
RUN python3 -m pip install --upgrade pip
RUN apt-get purge -y sccache; python3 -m pip uninstall -y sccache; rm -f "$(which sccache)"
ARG COMMON_WORKDIR
WORKDIR ${COMMON_WORKDIR}
...
...
requirements/rocm.txt
View file @
88be823d
...
...
@@ -12,7 +12,8 @@ ray>=2.10.0,<2.45.0
peft
pytest-asyncio
tensorizer>=2.9.0
setuptools-scm>=8
packaging>=24.2
setuptools>=77.0.3,<80.0.0
setuptools-scm>=8
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
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