Skip to content

Commit

Permalink
adding hf_transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
arakowsk-amd authored Feb 20, 2025
1 parent 39456f3 commit d35adbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.rocm
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN case "$(which python3)" in \
rm -rf /opt/conda/envs/py_3.9/lib/python3.9/site-packages/numpy-1.20.3.dist-info/;; \
*) ;; esac

RUN python3 -m pip install --upgrade huggingface-hub[cli]
RUN python3 -m pip install --upgrade huggingface-hub[cli,hf_transfer]
ARG BUILD_RPD
RUN if [ ${BUILD_RPD} -eq "1" ]; then \
git clone -b nvtx_enabled https://github.com/ROCm/rocmProfileData.git \
Expand Down

0 comments on commit d35adbb

Please sign in to comment.