Skip to content

Commit bbe8c21

Browse files
committed
disable debug check
1 parent ed78afd commit bbe8c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-quant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std::
999999
new_size += llama_tensor_quantize_impl(new_type, f32_data_03, new_data_03, chunk_size, nrows, n_per_row, imatrix_03, workers, nthread_use);
10001000

10011001
// TODO: temporary sanity check that the F16 -> MXFP4 is lossless
1002-
#if 1
1002+
#if 0
10031003
if (new_type == GGML_TYPE_MXFP4) {
10041004
auto * x = f32_data_03;
10051005

0 commit comments

Comments
 (0)