Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 242 Bytes

File metadata and controls

6 lines (5 loc) · 242 Bytes

llama.cpp HTTPS support

There are three way ssl libraries that are supported by llama.cpp:

  • BoringSSL fetches Google's BoringSSL and build it.
  • LibreSSL fetches OpenBSD's LibreSSL and build it.
  • OpenSSL use systen installed version