# Issue - For previous flash_infer versions like 0.2.5 we found the wheels here https://github.com/flashinfer-ai/flashinfer/releases/download/v0.2.5/flashinfer_python-0.2.5+cu124torch2.6-cp38-abi3-linux_x86_64.whl. - But the new versions don't seemt to publish wheels in the [release page ](https://github.com/flashinfer-ai/flashinfer/releases/). - Google search led me to this https://flashinfer.ai/whl/cu126/, but I don't the torch 2.7 wheels here. - Latest sglang [version](https://github.com/sgl-project/sglang/blob/v0.4.7/python/pyproject.toml#L54) is using flashinfer_python==0.2.6.post1 with ` "torch==2.7.1",`. ``` srt = [ "sglang[runtime_common]", "sgl-kernel==0.1.7", "flashinfer_python==0.2.6.post1", "torch==2.7.1", "torchaudio==2.7.1", "torchvision==0.22.1", "cuda-python", "outlines>=0.0.44,<=0.1.11", "einops", ] ```
Issue
"torch==2.7.1",.