Llama.cpp:修订间差异
第12行: | 第12行: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
pip install -r requirements.txt | pip install -r requirements.txt | ||
python convert_hf_to_gguf.py --help | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Deep Learning]] | [[Category:Deep Learning]] |
2024年7月19日 (五) 02:39的版本
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
python convert_hf_to_gguf.py --help