Spaces:
Runtime error
Runtime error
# curl -o- https://raw.githubusercontent.com/sshh12/multi_token/main/scripts/vastai_setup.sh | bash | |
apt-get update && apt-get install -y git curl nano wget unzip rsync jq | |
git clone https://github.com/sshh12/multi_token \ | |
&& cd multi_token \ | |
&& pip install -r requirements.txt \ | |
&& pip install -e . | |
pip install flash-attn --no-build-isolation | |
pip install wandb |