Git LFS(Large File Storage)是一個用于Git版本控制系統(tǒng)的擴展,它專門用來管理大型文件,如圖像、音頻和視頻文件。
1.下載
安裝包下載頁面:https://github.com/git-lfs/git-lfs/releases
# 查看系統(tǒng)信息
uname -r
# 查詢結(jié)果
5.10.0-136.12.0.86.oe2203sp1.x86_64
根據(jù)系統(tǒng)信息下載對應(yīng)的安裝包:
本次下載的為: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執(zhí)行安裝命令
./install.sh
# 安裝成功
Git LFS initialized.
3.測試
下載一個大模型文件:
復(fù)制的下載地址:
git clone https://www.modelscope.cn/shaowenchen/baichuan2-7b-chat-gguf.git
查看下載的文件:
查看下載狀態(tài):
完整日志信息:
[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.
下載文件比對:文章來源:http://www.zghlxwxcb.cn/news/detail-841130.html
文章來源地址http://www.zghlxwxcb.cn/news/detail-841130.html
4.總結(jié)
- 多平臺且安裝簡單
到了這里,關(guān)于Git LFS【部署 01】Linux環(huán)境安裝git-lfs及測試的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!