Compare commits

...
Author SHA1 Message Date
Wentao YeandGitHub f62527f55b Merge branch 'main' into wentao-fix-ci-batch-invariant-issue 2026-03-27 14:00:54 -04:00
yewentao256 388802e2fd update
Signed-off-by: yewentao256 <zhyanwentao@126.com>
2026-03-27 15:20:09 +00:00
yewentao256 54dd55edb6 Revert "fix CI batch invaraince network issue"
This reverts commit a9f9510267.
2026-03-27 15:17:30 +00:00
yewentao256 a9f9510267 fix CI batch invaraince network issue
Signed-off-by: yewentao256 <zhyanwentao@126.com>
2026-03-27 14:53:27 +00:00
+1
View File
@@ -594,6 +594,7 @@ ARG FLASHINFER_VERSION=0.6.6
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install --system flashinfer-jit-cache==${FLASHINFER_VERSION} \
--extra-index-url https://flashinfer.ai/whl/cu$(echo $CUDA_VERSION | cut -d. -f1,2 | tr -d '.') \
&& flashinfer download-cubin \
&& flashinfer show-config
# ============================================================