in BitNet\src\ggml-bitnet-mad.cpp in line 811 add const before it so it becomes: const int8_t * y_col = y + col * by;
also in the BitNet\3rdparty\llama.cpp\common\log.h file add #include at the very top
doing this , the code will compile when following the offical instructions.
in BitNet\src\ggml-bitnet-mad.cpp in line 811 add const before it so it becomes: const int8_t * y_col = y + col * by;
also in the BitNet\3rdparty\llama.cpp\common\log.h file add #include at the very top
doing this , the code will compile when following the offical instructions.