Skip to content

Commit

Permalink
remove dlinfer version (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyCle1024 authored Oct 28, 2024
1 parent f5189ce commit a07e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_aarch64_ascend
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN echo "source /usr/local/Ascend/ascend-toolkit/set_env.sh" >> ~/.bashrc && \
RUN --mount=type=cache,target=/root/.cache/pip \
pip3 install torch==2.3.1 torchvision==0.18.1 torch-npu==2.3.1 && \
pip3 install transformers timm && \
pip3 install dlinfer-ascend==0.1.1
pip3 install dlinfer-ascend

# lmdeploy
FROM build_temp as copy_temp
Expand Down

0 comments on commit a07e65e

Please sign in to comment.