Fix torchvision version for Blackwell (#7015)

This commit is contained in:
Wenxuan Tan
2025-06-09 17:50:19 -05:00
committed by GitHub
parent a979daac3b
commit a968c888c0

View File

@@ -64,7 +64,7 @@ blackwell = [
"sgl-kernel",
"torch==2.7.1",
"torchaudio==2.7.1",
"torchvision==0.22.0",
"torchvision==0.22.1",
"cuda-python",
"outlines>=0.0.44,<=0.1.11",
"einops",