File size: 279 Bytes
5fe70fd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/bin/bash
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
apt-get install -y git
apt-get install -y git-lfs
apt-get install -y python3-pip
git clone https://huggingface.co/khoicrtp/test_model
cd test_model
python3 finetune_lora.py