Skip to content

How to fix: llama.cpp built without libcurl #9835

Answered by danbev
eonward asked this question in Q&A
Discussion options

You must be logged in to vote

Can you double check that the llama.cpp version that you build used the LLAMA_CURL flag?

If using cmake this would look something like this:

$ cmake -S . -B build -DLLAMA_CURL=ON

Or if using make:

$ make LLAMA_CURL=1

Also, if I remember correctly you might need the libcurl4-openssl-dev package as well.

$ sudo apt install libcurl4-openssl-dev

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@brauliobo
Comment options

@cryptonight-creator
Comment options

Answer selected by eonward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants