Skip to content
Draft
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/configurations/vllm-tensorizer.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include:
# renovate-release: datasource=github-releases depName=vllm-project/vllm currentValue=v0.25.1 versioning=pep440
- vllm-commit: '752a3a504485790a2e8491cacbb35c137339ad34'
flashinfer-commit: 'v0.6.14'
flashinfer-commit: 'nightly-v0.6.15-20260724'
lmcache-commit: 'v0.4.7'
builder-base-image: 'ghcr.io/coreweave/ml-containers/torch:bc8c66e-nccl-cuda13.2.1-ubuntu24.04-nccl2.30.4-1-torch2.11.0-vision0.26.0-audio2.11.0-abi1'
final-base-image: 'ghcr.io/coreweave/ml-containers/torch:bc8c66e-nccl-cuda13.2.1-ubuntu24.04-nccl2.30.4-1-torch2.11.0-vision0.26.0-audio2.11.0-abi1'
# renovate-release: datasource=github-releases depName=vllm-project/vllm currentValue=v0.25.1 versioning=pep440
- vllm-commit: '752a3a504485790a2e8491cacbb35c137339ad34'
flashinfer-commit: 'v0.6.14'
flashinfer-commit: 'nightly-v0.6.15-20260724'
lmcache-commit: 'v0.4.7'
builder-base-image: 'ghcr.io/coreweave/ml-containers/torch:bc8c66e-nccl-cuda12.9.1-ubuntu24.04-nccl2.30.4-1-torch2.11.0-vision0.26.0-audio2.11.0-abi1'
final-base-image: 'ghcr.io/coreweave/ml-containers/torch:bc8c66e-nccl-cuda12.9.1-ubuntu24.04-nccl2.30.4-1-torch2.11.0-vision0.26.0-audio2.11.0-abi1'
3 changes: 0 additions & 3 deletions vllm-tensorizer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ RUN git clone --filter=tree:0 --no-single-branch --no-checkout \
git checkout "${FLASHINFER_COMMIT}" && \
git submodule update --init --recursive --jobs 8 \
--depth 1 --filter=tree:0
COPY flashinfer-v0.6.14-deepseekv3-no-group-routing.patch /git/patch
RUN git -C flashinfer apply -v --stat --apply /git/patch && \
rm /git/patch


FROM alpine/git:2.36.3 AS lmcache-downloader
Expand Down

This file was deleted.

Loading