We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f784a4b commit eb14609Copy full SHA for eb14609
1 file changed
challenges/easy/54_swiglu/challenge.py
@@ -8,7 +8,7 @@
8
class Challenge(ChallengeBase):
9
def __init__(self):
10
super().__init__(
11
- name="Swish-Gated Linear Unit", atol=1e-05, rtol=1e-05, num_gpus=1, access_tier="free"
+ name="Swish-Gated Linear Unit", atol=1e-04, rtol=1e-05, num_gpus=1, access_tier="free"
12
)
13
14
def reference_impl(self, input: torch.Tensor, output: torch.Tensor, N: int):
0 commit comments