We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8adba6e commit fb989d4Copy full SHA for fb989d4
thunder/benchmarks/__init__.py
@@ -2081,7 +2081,7 @@ def fn(self) -> Callable:
2081
from litgpt.model import CausalSelfAttention
2082
2083
module = (
2084
- CausalSelfAttention(self.config)
+ CausalSelfAttention(self.config, 0)
2085
.to(device=self.device, dtype=self.tdtype)
2086
.requires_grad_(self.requires_grad)
2087
)
0 commit comments