kaust-generative-ai / local-deployment-llama-cpp

Project to help you get started working with LLMs locally with LLaMA C++.
Apache License 2.0
1 stars 1 forks source link

Modify build scripts to enable curl support #11

Closed davidrpugh closed 4 weeks ago

davidrpugh commented 1 month ago

Need to modify the build from source scripts to make sure that LLaMA C++ is built with curl support to enable to nice to have functionality of downloading models from HF using the --model-url command line option.

davidrpugh commented 4 weeks ago

Closed by #28.