Skip to content

KolosalAI/inference-personal

Repository files navigation

🚀 Setup

To ensure compatibility, this project uses llama.cpp version b4514``.

1️⃣ Clone the Repository

git clone https://github.com/genta-technology/inference-personal
cd inference-personal

2️⃣ Setup llama.cpp

cd external
git clone https://github.com/ggml-org/llama.cpp.git
cd llama.cpp
git checkout b4514
git switch -c b4514
git branch  # Ensure the branch is `b4514` or lower
git submodule update --init --recursive
git lfs install
git lfs pull

🛠️ Build Instructions

1️⃣ Create Build Directory

cd ../..
mkdir build && cd build

2️⃣ Compile the Project

cmake ..
make

✅ Running Tests

After a successful build, run the test binary:

./bin/test

About

llama.cpp based engine for kolosal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •