We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b3200 commit 65df73aCopy full SHA for 65df73a
docker/transformers-pytorch-amd-gpu/Dockerfile
@@ -21,7 +21,7 @@ ADD https://api.github.com/repos/huggingface/transformers/git/refs/heads/main ve
21
RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF
22
23
# On ROCm, torchcodec is required to decode audio files
24
-RUN python3 -m pip install --no-cache-dir torchcodec
+# RUN python3 -m pip install --no-cache-dir torchcodec
25
# Install transformers
26
RUN python3 -m pip install --no-cache-dir -e ./transformers[dev-torch,testing,video,audio]
27
0 commit comments