cd /workspace | |
git config --global credential.helper store | |
git lfs install | |
export HF_TOKEN=$1 | |
echo "HF_TOKEN: $HF_TOKEN" | |
huggingface-cli login --add-to-git-credential --token $HF_TOKEN | |
git clone https://huggingface.co/eltorio/IDEFICS3_ROCO | |
. /workspace/.miniconda3/bin/activate | |
python /learn.py |