fix sageattention dependency

This commit is contained in:
doctorpangloss 2025-07-16 21:00:27 -07:00
parent 16b0ae8bf9
commit ca96c87e44

View File

@ -245,8 +245,8 @@ torchaudio = [
{ index = "pytorch-cpu", extra = "cpu" },
]
sageattention = [
{ git = "https://github.com/woct0rdho/SageAttention.git", rev = "v2.2.0", marker = "sys_platform == 'Linux'" },
{ url = "https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post1/sageattention-2.2.0+cu128torch2.7.1.post1-cp39-abi3-win_amd64.whl", marker = "sys_platform == 'win32'" },
{ git = "https://github.com/thu-ml/SageAttention.git", marker = "sys_platform == 'Linux'", extra = "attention" },
{ url = "https://github.com/woct0rdho/SageAttention/releases/download/v2.2.0-windows.post1/sageattention-2.2.0+cu128torch2.7.1.post1-cp39-abi3-win_amd64.whl", marker = "sys_platform == 'win32'", extra = "attention" },
]
[[tool.uv.dependency-metadata]]