From a5281395e95b6e2c36b21bf5a4456508cbc8efea Mon Sep 17 00:00:00 2001 From: Woosuk Kwon Date: Tue, 21 Oct 2025 19:15:34 +0000 Subject: [PATCH] Fix uv error from tvm-ffi --- requirements/cuda.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/cuda.txt b/requirements/cuda.txt index 06956415d072e..be6fe6c054394 100644 --- a/requirements/cuda.txt +++ b/requirements/cuda.txt @@ -12,4 +12,5 @@ torchvision==0.23.0 # Required for phi3v processor. See https://github.com/pytor # https://github.com/facebookresearch/xformers/releases/tag/v0.0.32.post1 xformers==0.0.32.post1; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch >= 2.8 # FlashInfer should be updated together with the Dockerfile -flashinfer-python==0.4.0 \ No newline at end of file +flashinfer-python==0.4.0 +apache-tvm-ffi==0.1.0b15