Skip to content

Commit 11a008e

Browse files
committed
revert accidental change
1 parent 5529307 commit 11a008e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

tests/pytorch/test_sanity.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,18 @@ def is_fp8_supported(config: ModelConfig):
104104
all_boolean = [True, False]
105105
batch_sizes_with_zero = [0, 1, 2]
106106

107-
all_activations = ["gelu", "relu", "reglu", "geglu", "swiglu", "srelu", "qgelu", "qgeglu"]
107+
all_activations = [
108+
"gelu",
109+
"geglu",
110+
"qgelu",
111+
"qgeglu",
112+
"relu",
113+
"reglu",
114+
"srelu",
115+
"sreglu",
116+
"silu",
117+
"swiglu",
118+
]
108119
all_normalizations = ["LayerNorm", "RMSNorm"]
109120

110121

0 commit comments

Comments
 (0)