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 0d5c78b commit a7146edCopy full SHA for a7146ed
docker/Dockerfile_Hopper
@@ -52,7 +52,7 @@ RUN git clone --recursive --depth=1 https://github.com/deepseek-ai/DeepGEMM.git
52
cd .. && rm -rf DeepGEMM
53
54
# install cuda-bindings and dlBLAS
55
-RUN pip install cuda-python dlblas==0.0.2 --no-cache-dir
+RUN pip install cuda-python dlblas --no-cache-dir
56
57
# set workspace
58
WORKDIR /opt/lmdeploy
0 commit comments