Revert "[sgl-kernel] upgrade deepgemm" (#18562)

This commit is contained in:
Baizhou Zhang
2026-02-11 01:17:40 +08:00
committed by GitHub
parent 573ff55814
commit 2d38b8aca0
3 changed files with 3 additions and 17 deletions
-2
View File
@@ -46,7 +46,6 @@ echo "PYTHON_TAG: ${PY_TAG}"
echo "Output: ${DIST_DIR}/"
echo "Buildx cache: ${BUILDX_CACHE_DIR}"
echo "Builder: ${BUILDER_NAME}"
echo "USE_CCACHE: ${USE_CCACHE}"
echo "----------------------------------------"
# Optional profiling build-args (empty string disables)
@@ -62,7 +61,6 @@ docker buildx build \
--build-arg ARCH="${ARCH}" \
--build-arg PYTHON_VERSION="${PYTHON_VERSION}" \
--build-arg PYTHON_TAG="${PY_TAG}" \
--build-arg USE_CCACHE="${USE_CCACHE}" \
"${BUILD_ARGS[@]}" \
--cache-from type=local,src=${BUILDX_CACHE_DIR} \
--cache-to type=local,dest=${BUILDX_CACHE_DIR},mode=max \