Llama.cpp:修订间差异
无编辑摘要 |
|||
第6行: | 第6行: | ||
cd llama.cpp | cd llama.cpp | ||
make | make | ||
</syntaxhighlight> | |||
=Convert Hugging Face Model to GGUF = | |||
<syntaxhighlight lang="bash"> | |||
pip install -r requirements.txt | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Deep Learning]] | [[Category:Deep Learning]] |
2024年7月19日 (五) 02:37的版本
Build llama.cpp
git clone https://github.com/ggerganov/llama.cpp
cd llama.cpp
make
Convert Hugging Face Model to GGUF
pip install -r requirements.txt