Git LFS(Large File Storage)是一个用于Git版本控制系统的扩展,它专门用来管理大型文件,如图像、音频和视频文件。
1.下载
安装包下载页面:https://github.com/git-lfs/git-lfs/releases
# 查看系统信息
uname -r
# 查询结果
5.10.0-136.12.0.86.oe2203sp1.x86_64
根据系统信息下载对应的安装包:
本次下载的为:git-lfs-linux-amd64-v3.4.1.tar.gz
2.安装
# 1.解压文件
tar -zxvf git-lfs-linux-amd64-v3.4.1.tar.gz
# 2.进入目录git-lfs-3.4.1执行安装命令
./install.sh
# 安装成功
Git LFS initialized.
3.测试
下载一个大模型文件:
复制的下载地址:
git clone https://www.modelscope.cn/shaowenchen/baichuan2-7b-chat-gguf.git
查看下载的文件:
查看下载状态:
完整日志信息:
[root@node ~]# git clone https://www.modelscope.cn/shaowenchen/baichuan2-7b-chat-gguf.git
Cloning into 'baichuan2-7b-chat-gguf'...
remote: Enumerating objects: 66, done.
remote: Total 66 (delta 0), reused 0 (delta 0), pack-reused 66
Receiving objects: 100% (66/66), 192.48 KiB | 849.00 KiB/s, done.
Resolving deltas: 100% (22/22), done.
Filtering content: 100% (15/15), 25.64 GiB | 1.57 MiB/s, done.
Encountered 11 files that may not have been copied correctly on Windows:
baichuan2-7b-chat.Q4_0.gguf
baichuan2-7b-chat.Q5_0.gguf
baichuan2-7b-chat.Q4_K_S.gguf
baichuan2-7b-chat.Q5_1.gguf
baichuan2-7b-chat.Q4_K.gguf
baichuan2-7b-chat.gguf
baichuan2-7b-chat.Q5_K.gguf
baichuan2-7b-chat.Q4_1.gguf
baichuan2-7b-chat.Q6_K.gguf
baichuan2-7b-chat.Q5_K_S.gguf
baichuan2-7b-chat.Q8_0.gguf
See: `git lfs help smudge` for more details.
下载文件比对:文章来源:https://www.toymoban.com/news/detail-841130.html
文章来源地址https://www.toymoban.com/news/detail-841130.html
4.总结
- 多平台且安装简单
到了这里,关于Git LFS【部署 01】Linux环境安装git-lfs及测试的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!