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
3aec49e5
Unverified
Commit
3aec49e5
authored
Jan 21, 2025
by
youkaichao
Committed by
GitHub
Jan 21, 2025
Browse files
[ci/build] update nightly torch for gh200 test (#12270)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
c6461280
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
3aec49e5
...
@@ -52,7 +52,7 @@ WORKDIR /workspace
...
@@ -52,7 +52,7 @@ WORKDIR /workspace
# after this step
# after this step
RUN
--mount
=
type
=
cache,target
=
/root/.cache/pip
\
RUN
--mount
=
type
=
cache,target
=
/root/.cache/pip
\
if
[
"
$TARGETPLATFORM
"
=
"linux/arm64"
]
;
then
\
if
[
"
$TARGETPLATFORM
"
=
"linux/arm64"
]
;
then
\
python3
-m
pip
install
--index-url
https://download.pytorch.org/whl/nightly/cu12
4
"torch==2.
6
.0.dev202
4
121
0
+cu12
4
"
"torchvision==0.22.0.dev202
4
121
5
"
;
\
python3
-m
pip
install
--index-url
https://download.pytorch.org/whl/nightly/cu12
6
"torch==2.
7
.0.dev202
50
121+cu12
6
"
"torchvision==0.22.0.dev202
50
121"
;
\
fi
fi
COPY
requirements-common.txt requirements-common.txt
COPY
requirements-common.txt requirements-common.txt
...
...
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