Skip to content

Commit 3703bb6

Browse files
committed
udpate
1 parent fbe672b commit 3703bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/quantized/cpu/embeddingxb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ weight_value(const unsigned char* w_data, int32_t index, int32_t weight_nbit) {
4747
}
4848
}
4949

50-
ET_CHECK_MSG(false, "invalid weight_nbit: %zd", weight_nbit);
50+
ET_CHECK_MSG(false, "invalid weight_nbit");
5151
}
5252

5353
static inline int32_t get_embedding_dim(

0 commit comments

Comments
 (0)