Llama.cpp:修订间差异
创建页面,内容为“ Category:Deep Learning” |
无编辑摘要 |
||
第1行: | 第1行: | ||
= Build llama.cpp = | |||
<ref>https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md</ref> | |||
<syntaxhighlight lang="bash"> | |||
git clone https://github.com/ggerganov/llama.cpp | |||
cd llama.cpp | |||
make | |||
</syntaxhighlight> | |||
[[Category:Deep Learning]] | [[Category:Deep Learning]] |
2024年7月19日 (五) 01:46的版本
Build llama.cpp
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make