Hello, I would like to know if to compile SageAttention using CUDA 12.8 and torch 2.7.0 I need to change setup.py and have the files ?
attn_cuda_sm120.h
pybind_sm120.cpp
qk_int_sv_f8_cuda_sm120.cu
specific to this version, could you guide me with this? Some models that I use, such as the Hunyuan, have implementations that use SageAttention. The problem is that I cannot use video cards from the Blackwell architecture (RTX 50xx) because many packages do not yet support torch 2.7.0.
Hello, I would like to know if to compile SageAttention using CUDA 12.8 and torch 2.7.0 I need to change setup.py and have the files ?
attn_cuda_sm120.h
pybind_sm120.cpp
qk_int_sv_f8_cuda_sm120.cu
specific to this version, could you guide me with this? Some models that I use, such as the Hunyuan, have implementations that use SageAttention. The problem is that I cannot use video cards from the Blackwell architecture (RTX 50xx) because many packages do not yet support torch 2.7.0.