Skip to content

Commit d975b96

Browse files
committed
rename teq ut
Signed-off-by: Kaihui-intel <kaihui.tang@intel.com>
1 parent 2f60bef commit d975b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/3x/torch/quantization/weight_only/test_teq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def setUpClass(self):
108108
}
109109
}
110110

111-
def test_teq_prepare_convert(self):
111+
def test_teq(self):
112112
test_input = torch.ones([1, 512], dtype=torch.long)
113113
model = copy.deepcopy(self.gptj)
114114
out0 = model(test_input)

0 commit comments

Comments
 (0)