Skip to content

Commit b42a94e

Browse files
committed
fix
1 parent e3953c5 commit b42a94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/quantized/test/op_embedding2b_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ TEST(OpQuantizedEmbedding2bTest, TestGroupWiseQuantizedEmbeddingDeath3) {
171171

172172
Tensor weight_scales = tf.make({2, 3}, {1.0, 1.0, 1.0, 1.0, 1.0, 1.0});
173173
Tensor weight_zero_points = tf.make({2, 3}, {0, 0, 0, 0, 0, 0});
174-
Tensor qweight = tfb.make({2, 1}, {236, 134, 228});
174+
Tensor qweight = tfb.make({2, 1}, {236, 134});
175175
Tensor indices = tfl.make({2}, {0, 2});
176176
Tensor out = tf.zeros({2, 8});
177177

0 commit comments

Comments
 (0)