downloading Git LFS in google colab

#5
by Gallai - opened

I am facing trouble Installing Git LFS on google colab, using the following commands:

%%sh
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | sudo bash
sudo yum install git-lfs -y
git lfs install

Is there another way to install it?

Hugging Face org

Git LFS is already installed in colab nowadays :)

Great, Thanks!

Sign up or log in to comment