Investigate using make
instead of cmake
to build shared library
#20
Labels
make
instead of cmake
to build shared library
#20
It's been pointed out that
make
may be better supported byllama.cpp
(on some platforms). We're currently usingscikit-build
to build the shared library on installation withcmake
but it also supports make.Additional note as pointed out in #32 we should support passing environment variables in both settings.
The text was updated successfully, but these errors were encountered: