We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6d266 commit c271f2cCopy full SHA for c271f2c
1 file changed
src/runners/modal_runner.py
@@ -71,7 +71,7 @@
71
)
72
# CUTLASS C++ headers for #include <cutlass/...>
73
.run_commands(
74
- "git clone --depth 1 --branch v4.5.2 https://github.com/NVIDIA/cutlass.git /opt/cutlass",
+ "git clone --depth 1 --branch v4.5.1 https://github.com/NVIDIA/cutlass.git /opt/cutlass",
75
76
.env({
77
"CUTLASS_PATH": "/opt/cutlass",
0 commit comments