8000 remove dlinfer version (#2672) · InferenceNexus/lmdeploy@a07e65e · GitHub
[go: up one dir, main page]

Skip to content

Commit a07e65e

Browse files
authored
remove dlinfer version (InternLM#2672)
1 parent f5189ce commit a07e65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile_aarch64_ascend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ RUN echo "source /usr/local/Ascend/ascend-toolkit/set_env.sh" >> ~/.bashrc && \
110110
RUN --mount=type=cache,target=/root/.cache/pip \
111111
pip3 install torch==2.3.1 torchvision==0.18.1 torch-npu==2.3.1 && \
112112
pip3 install transformers timm && \
113-
pip3 install dlinfer-ascend==0.1.1
113+
pip3 install dlinfer-ascend
114114

115115
# lmdeploy
116116
FROM build_temp as copy_temp

0 commit comments

Comments
 (0)
0