Skip to content

Commit 65df73a

Browse files
authored
AMD disable torchcodec (#39757)
Temporarily disable torchcodec installation because of bizarre segfault
1 parent 63b3200 commit 65df73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/transformers-pytorch-amd-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ADD https://api.github.com/repos/huggingface/transformers/git/refs/heads/main ve
2121
RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF
2222

2323
# On ROCm, torchcodec is required to decode audio files
24-
RUN python3 -m pip install --no-cache-dir torchcodec
24+
# RUN python3 -m pip install --no-cache-dir torchcodec
2525
# Install transformers
2626
RUN python3 -m pip install --no-cache-dir -e ./transformers[dev-torch,testing,video,audio]
2727

0 commit comments

Comments
 (0)