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

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
</syntaxhighlight>
</syntaxhighlight>


<syntaxhighlight lang="conf">
<syntaxhighlight lang="ini">
Host        github.com
Host        github.com
IdentityFile ~/.ssh/xxx.pem
IdentityFile ~/.ssh/xxx.pem

Revision as of 07:27, 20 June 2026

sudo apt install git
Host         github.com
IdentityFile ~/.ssh/xxx.pem
mkdir -p ~/llama.cpp/src
git clone https://github.com/ggerganov/llama.cpp ~/llama.cpp/src