Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 279 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 279 Bytes

Resume

This repository try to use llama.cpp to inference the new sota model developed and created my meta llama in version 3.2

Create

    git clone https://github.com/ggerganov/llama.cpp
    cmake -B build
    cmake --build build --config Release