Skip to content

alpaca-core/ilib-llama.cpp

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2024
Apr 8, 2025
Apr 22, 2025
Feb 24, 2025
Apr 8, 2025
Apr 15, 2025
Apr 8, 2025
Nov 18, 2024
Nov 18, 2024
Apr 8, 2025
Jan 27, 2025
Nov 18, 2024
Feb 27, 2025
Nov 18, 2024
Feb 28, 2025
Jan 27, 2025

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