Removed PR2927 as it's been merged
This commit is contained in:
18
Dockerfile
18
Dockerfile
@@ -122,15 +122,15 @@ RUN if [ -n "$FLASHINFER_PRS" ]; then \
|
|||||||
done; \
|
done; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TEMPORARY patch for flashinfer autotune and other improvements (PR 2927)
|
# TEMPORARY patch for flashinfer autotune and other improvements (PR 2927) - MERGED 4/3
|
||||||
RUN curl -fsL https://github.com/flashinfer-ai/flashinfer/pull/2927.diff -o pr2927.diff \
|
# RUN curl -fsL https://github.com/flashinfer-ai/flashinfer/pull/2927.diff -o pr2927.diff \
|
||||||
&& if git apply --reverse --check pr2927.diff 2>/dev/null; then \
|
# && if git apply --reverse --check pr2927.diff 2>/dev/null; then \
|
||||||
echo "PR #2927 already applied, skipping."; \
|
# echo "PR #2927 already applied, skipping."; \
|
||||||
else \
|
# else \
|
||||||
echo "Applying FI PR #2927..."; \
|
# echo "Applying FI PR #2927..."; \
|
||||||
git apply -v pr2927.diff; \
|
# git apply -v pr2927.diff; \
|
||||||
fi \
|
# fi \
|
||||||
&& rm pr2927.diff
|
# && rm pr2927.diff
|
||||||
|
|
||||||
# Apply patch to avoid re-downloading existing cubins
|
# Apply patch to avoid re-downloading existing cubins
|
||||||
COPY flashinfer_cache.patch .
|
COPY flashinfer_cache.patch .
|
||||||
|
|||||||
Reference in New Issue
Block a user