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

Add curl support #28

Closed davidrpugh closed 4 weeks ago

davidrpugh commented 4 weeks ago

This PR adds curl support to the build process and provides examples of how to download models from a URL and from a HF repository.

davidrpugh commented 4 weeks ago

Closes issues #9 and #11.