Skip to content

Commit eb14609

Browse files
Bump atol (#224)
1 parent f784a4b commit eb14609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

challenges/easy/54_swiglu/challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Challenge(ChallengeBase):
99
def __init__(self):
1010
super().__init__(
11-
name="Swish-Gated Linear Unit", atol=1e-05, rtol=1e-05, num_gpus=1, access_tier="free"
11+
name="Swish-Gated Linear Unit", atol=1e-04, rtol=1e-05, num_gpus=1, access_tier="free"
1212
)
1313

1414
def reference_impl(self, input: torch.Tensor, output: torch.Tensor, N: int):

0 commit comments

Comments
 (0)