Skip to content

Genta-Technology/inference-personal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

28a4cfd · Mar 8, 2025

History

17 Commits
Jan 21, 2025
Mar 8, 2025
Nov 15, 2024
Feb 17, 2025
Feb 15, 2025
Feb 3, 2025
Feb 17, 2025
Nov 13, 2024
Nov 13, 2024
Mar 8, 2025
Mar 8, 2025
Mar 8, 2025
Mar 8, 2025
Mar 8, 2025
Mar 8, 2025

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