add back flashinfer jit cache to dev docker (#12851)

Co-authored-by: Brayden Zhong <b8zhong@users.noreply.github.com>
This commit is contained in:
b8zhong
2025-11-07 14:51:24 -08:00
committed by GitHub
co-authored by Brayden Zhong
parent 32f7982800
commit 55e8e3999c
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ jobs:
--build-arg CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \
--build-arg GRACE_BLACKWELL=${{ matrix.grace_blackwell }} \
--build-arg USE_LATEST_SGLANG=1 \
--build-arg INSTALL_FLASHINFER_JIT_CACHE=1 \
-t lmsysorg/sglang:${{ matrix.tag }} \
--no-cache \
.