bigcode-project/starcoder.cpp

make failed on Ubuntu18.04

colongj opened this issue · 1 comments

when i run make command on ubuntu18.04(with gcc version 7.5.0), got the following error:

ggml.c:534:27: error: incompatible types when initializing type ‘__m256i {aka const __vector(4) long long int}’ using type ‘int’
Makefile:186: recipe for target 'ggml.o' failed

update gcc g++ version, the problem solved.