We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe672b commit 3703bb6Copy full SHA for 3703bb6
kernels/quantized/cpu/embeddingxb.cpp
@@ -47,7 +47,7 @@ weight_value(const unsigned char* w_data, int32_t index, int32_t weight_nbit) {
47
}
48
49
50
- ET_CHECK_MSG(false, "invalid weight_nbit: %zd", weight_nbit);
+ ET_CHECK_MSG(false, "invalid weight_nbit");
51
52
53
static inline int32_t get_embedding_dim(
0 commit comments