Skip to content

Commit 3d54ce8

Browse files
committed
issue/1008: revert python_test.py
1 parent 1c32d14 commit 3d54ce8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/python_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def run_tests(args):
2020
#"dequantize_awq.py",
2121
"gelu.py",
2222
"gemm.py",
23-
# "layer_norm.py",
23+
#"layer_norm.py",
2424
"logsoftmax.py",
25-
"lp_norm.py",
25+
#"lp_norm.py",
2626
"mul.py",
2727
"ones.py",
2828
"random_sample.py",
@@ -31,7 +31,7 @@ def run_tests(args):
3131
"rms_norm.py",
3232
"rope.py",
3333
"sigmoid.py",
34-
# "softmax.py",
34+
#"softmax.py",
3535
"softplus.py",
3636
"sub.py",
3737
"swiglu.py",

0 commit comments

Comments
 (0)