'lfs' is not a git command
로컬이 아닌 GPU 서버로 커맨드를 입력할 때 발생한 문제로
hugging face에서 제공하는 방법은 git lfs가 exe파일을 실행해서 로컬에 깔 수 있었지만
나는 CLI가 필요해서 서치해본 결과 아래와 같은 comand를 입력하면 해결 할 수 있다!
sudo apt update
sudo apt install -y git
sudo apt-get install git-lfs
git lfs install
git lfs clone [repo 주소]