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
4c078fa5
Unverified
Commit
4c078fa5
authored
Feb 12, 2026
by
Andreas Karatzas
Committed by
GitHub
Feb 12, 2026
Browse files
[ROCm][CI] Pin TorchCodec to v0.10.0 for ROCm compatibility (#34447)
Signed-off-by:
Andreas Karatzas
<
akaratza@amd.com
>
parent
6c0baee6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tools/install_torchcodec_rocm.sh
tools/install_torchcodec_rocm.sh
+2
-1
No files found.
tools/install_torchcodec_rocm.sh
View file @
4c078fa5
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
set
-e
set
-e
TORCHCODEC_REPO
=
"
${
TORCHCODEC_REPO
:-
https
://github.com/pytorch/torchcodec.git
}
"
TORCHCODEC_REPO
=
"
${
TORCHCODEC_REPO
:-
https
://github.com/pytorch/torchcodec.git
}
"
TORCHCODEC_BRANCH
=
"
${
TORCHCODEC_BRANCH
:-
main
}
"
# Pin to a specific release for reproducibility; update as needed.
TORCHCODEC_BRANCH
=
"
${
TORCHCODEC_BRANCH
:-
v0
.10.0
}
"
echo
"=== TorchCodec Installation Script ==="
echo
"=== TorchCodec Installation Script ==="
...
...
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