Skip to content

alpaca-core/ilib-llama.cpp

Repository files navigation

llama.cpp

This is a wrapper of llama.cpp implemented as per the discussion Integration of llama.cpp and whisper.cpp:

  • Use the llama.cpp C interface in llama.h
  • Reimplement the common library

Build

Important

When cloning this repo, don't forget to fetch the submodules.

  • Either: $ git clone https://github.com/alpaca-core/ilib-llama.cpp.git --recurse-submodules
  • Or:
    • $ git clone https://github.com/alpaca-core/ilib-llama.cpp.git
    • $ cd ilib-llama.cpp
    • $ git submodule update --init --recursive

About

Alpaca Core wrapper and plugin for llama.cpp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •