Skip to content

Commit c271f2c

Browse files
authored
Fix Modal CUTLASS header tag (#489)
1 parent 7f6d266 commit c271f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runners/modal_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
)
7272
# CUTLASS C++ headers for #include <cutlass/...>
7373
.run_commands(
74-
"git clone --depth 1 --branch v4.5.2 https://github.com/NVIDIA/cutlass.git /opt/cutlass",
74+
"git clone --depth 1 --branch v4.5.1 https://github.com/NVIDIA/cutlass.git /opt/cutlass",
7575
)
7676
.env({
7777
"CUTLASS_PATH": "/opt/cutlass",

0 commit comments

Comments
 (0)