test_scratch / prepare.sh
khoicrtp's picture
Upload 2298 files
5fe70fd
raw
history blame
279 Bytes
#!/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