fix cutlass.zip url

This commit is contained in:
514flowey 2025-06-10 21:50:39 +08:00
parent 8f5048882f
commit 58192fc7ef
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ def setup_cutt():
def install_cutlass(root_folder):
# Modified from: https://github.com/ap-hynninen/cutlass
url = "https://cloud.tsinghua.edu.cn/f/171e49e5825549548bc4/?dl=1"
url = "https://cg.cs.tsinghua.edu.cn/jittor/assets/cutlass.zip"
filename = "cutlass.zip"
fullname = os.path.join(root_folder, filename)