From cf3e4173d183c8313ccb34ce4e7fb01fddc8eccd Mon Sep 17 00:00:00 2001 From: Yifan Qiao Date: Sat, 25 Apr 2026 07:51:33 +0000 Subject: [PATCH] fix: update cuda requirements Signed-off-by: Yifan Qiao --- requirements/cuda.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/cuda.txt b/requirements/cuda.txt index 2145b023769..607a4f6accd 100644 --- a/requirements/cuda.txt +++ b/requirements/cuda.txt @@ -11,6 +11,8 @@ torchvision==0.26.0 # Required for phi3v processor. See https://github.com/pytor # FlashInfer should be updated together with the Dockerfile flashinfer-python==0.6.8.post1 flashinfer-cubin==0.6.8.post1 +apache-tvm-ffi==0.1.9 +tilelang # Cap nvidia-cudnn-frontend (transitive dep of flashinfer) due to # breaking changes in 1.19.0 nvidia-cudnn-frontend>=1.13.0,<1.19.0