LLM/Intel Pro Arc B70/2026-06-20: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
= Download source =
= Download source =
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt install git
sudo apt install git cmake
mkdir -p ~/llama.cpp/src
mkdir -p ~/llama.cpp/src
git clone https://github.com/ggerganov/llama.cpp ~/llama.cpp/src
git clone https://github.com/ggerganov/llama.cpp ~/llama.cpp/src
</syntaxhighlight>
</syntaxhighlight>

Revision as of 07:30, 20 June 2026

Setup ssh key for github.com

Host         github.com
IdentityFile ~/.ssh/xxx.pem

Download source

sudo apt install git cmake
mkdir -p ~/llama.cpp/src
git clone https://github.com/ggerganov/llama.cpp ~/llama.cpp/src