bigcode-project / starcoder.cpp

C++ implementation for 💫StarCoder
443 stars 36 forks source link

make failed on Ubuntu18.04 #27

Closed colongj closed 1 year ago

colongj commented 1 year ago

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

colongj commented 1 year ago

update gcc g++ version, the problem solved.