Image-Text-to-Text
PEFT
Safetensors
English
IDEFICS3_ROCO / start.sh
æLtorio
add docker job
297cc58 unverified
raw
history blame
305 Bytes
#!/bin/bash
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