Apply vLLM PR 35568
This commit is contained in:
18
Dockerfile
18
Dockerfile
@@ -204,15 +204,15 @@ RUN if [ -n "$VLLM_PRS" ]; then \
|
||||
done; \
|
||||
fi
|
||||
|
||||
# TEMPORARY PATCH for broken compilation
|
||||
# RUN curl -fsL https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/38423.diff -o pr38423.diff \
|
||||
# && if git apply --reverse --check pr38423.diff 2>/dev/null; then \
|
||||
# echo "Patch already applied, skipping."; \
|
||||
# else \
|
||||
# echo "Applying patch..."; \
|
||||
# git apply -v pr38423.diff; \
|
||||
# fi \
|
||||
# && rm pr38423.diff
|
||||
# TEMPORARY PATCH for broken FP8 kernels
|
||||
RUN curl -fsL https://patch-diff.githubusercontent.com/raw/vllm-project/vllm/pull/35568.diff -o pr35568.diff \
|
||||
&& if git apply --reverse --check pr35568.diff 2>/dev/null; then \
|
||||
echo "PR 35568 already applied, skipping."; \
|
||||
else \
|
||||
echo "Applying PR 35568..."; \
|
||||
git apply -v pr35568.diff; \
|
||||
fi \
|
||||
&& rm pr35568.diff
|
||||
|
||||
# Prepare build requirements
|
||||
RUN --mount=type=cache,id=uv-cache,target=/root/.cache/uv \
|
||||
|
||||
Reference in New Issue
Block a user