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

From Fundamental Ramen
Jump to navigation Jump to search
(Created page with "<syntaxhighlight lang="bash"> sudo apy install git </syntaxhighlight>")
 
No edit summary
Line 1: Line 1:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apy install git
sudo apt install git
mkdir -p ~/llama.cpp/src
git clone https://github.com/ggerganov/llama.cpp ~/llama.cpp/src
</syntaxhighlight>
</syntaxhighlight>

Revision as of 07:14, 20 June 2026

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