当前位置:   article > 正文

Git LFS【部署 01】Linux环境安装git-lfs及测试_encountered 3 file(s) that may not have been copie

encountered 3 file(s) that may not have been copied correctly on windows: py

Linux系统安装git-lfs及测试


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
  • 1
  • 2
  • 3
  • 4

根据系统信息下载对应的安装包:
gitlfs-0.jpg
本次下载的为: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.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

3.测试

下载一个大模型文件:

gitlfs-1.jpg
复制的下载地址:

git clone https://www.modelscope.cn/shaowenchen/baichuan2-7b-chat-gguf.git
  • 1

查看下载的文件:
gitlfs-3.jpg
查看下载状态:

gitlfs-2.jpg
完整日志信息:

[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.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

下载文件比对:

gitlfs-4.jpg
gitlfs-5.jpg

4.总结

  • 多平台且安装简单
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/479299
推荐阅读
相关标签
  

闽ICP备14008679号