We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3c94e commit cf34221Copy full SHA for cf34221
Dockerfile
@@ -28,6 +28,9 @@ RUN apt install -y --no-install-recommends \
28
# 安装CMake
29
RUN wget https://github.com/Kitware/CMake/releases/download/v4.0.1/cmake-4.0.1-linux-x86_64.sh && echo y | bash cmake-4.0.1-linux-x86_64.sh && rm -rf cmake-4.0.1-linux-x86_64.sh
30
31
+# 安装SageAttention2
32
+RUN git clone https://github.com/thu-ml/SageAttention.git && cd sageattention && python setup.py install
33
+
34
# 克隆代码
35
RUN git clone https://github.com/kvcache-ai/ktransformers.git
36
# 清理 apt 缓存
0 commit comments