diff --git a/src/runners/modal_runner.py b/src/runners/modal_runner.py index ff03afed..f093ae9b 100644 --- a/src/runners/modal_runner.py +++ b/src/runners/modal_runner.py @@ -71,7 +71,7 @@ ) # CUTLASS C++ headers for #include .run_commands( - "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", ) .env({ "CUTLASS_PATH": "/opt/cutlass",