Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pipeline/backend/ktransformers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV PATH="/root/miniconda3/bin:${PATH}"

RUN mkdir -p /opt/ml/code
RUN mkdir -p /opt/ml/code/emd_models
RUN git clone https://github.com/kvcache-ai/ktransformers.git /opt/ml/code/ktransformers
RUN git clone https://github.com/kvcache-ai/ktransformers.git /opt/ml/code/ktransformers && cd /opt/ml/code/ktransformers && git checkout tags/v0.2.3

RUN conda install -c conda-forge libstdcxx-ng
RUN python -m venv /opt/ml/code/venv
Expand Down
Loading