Ubuntu上如何优雅下载huggingface上某个gguf模型文件

OS: Ubuntu 22.04 LTS

需求:下载 Gorilla Openfunctions V2 Q2 GGUF模型到本地

https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2-gguf/blob/main/gorilla-openfunctions-v2-q2_K.gguf

方法:使用 wget 命令

wget https://huggingface.co/gorilla-llm/gorilla-openfunctions-v2-gguf/resolve/main/gorilla-openfunctions-v2-q2_K.gguf

wget 相关参数详解可参考这篇博客:Linux wget 命令详解

你可能感兴趣的:(ubuntu,linux,运维)