Linux correctly downloads lfs (used to download models on huggingface)

The first execution:

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash

Part Two Execution:

sudo apt-get install git-lfs

Guess you like

Origin blog.csdn.net/gary101818/article/details/132580389