Skip to content

Commit 465ce58

Browse files
Update tests/compile/test_fusion.py
Signed-off-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
1 parent 2a6299c commit 465ce58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile/test_fusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def ops_in_model_before_partial(self):
115115
return [RMS_OP, RMS_ADD_OP] if self.enable_rms_norm else [torch.ops.aten.rsqrt]
116116

117117

118-
@pytest.mark.parametrize("dtype", [torch.float16]) # , torch.bfloat16])
118+
@pytest.mark.parametrize("dtype", [torch.float16, torch.bfloat16])
119119
@pytest.mark.parametrize("hidden_size", [64])
120120
@pytest.mark.parametrize("num_tokens", [257])
121121
@pytest.mark.parametrize("eps", [1e-5, 1e-6])

0 commit comments

Comments
 (0)