File size: 252 Bytes
064242e | 1 2 3 4 5 6 | pip install -r requirements.txt
git config --global credential.helper store
git config --global user.name "YashNagaraj"
git config --global user.email "yashnagraj75@gmail.com"
huggingface-cli login --token $HF_TOKEN
wandb login --relogin $WANDB_API_KEY |