Note
Whenever Gensyn updates their node, use these commands one by one. However, wait for my update before proceeding. Join my Telegram channel to get the latest information when an update is needed : ZunXBT
pkill -f "SCREEN.*gensyn"
screen -S gensyn
[ -n "$(ls "$HOME/rl-swarm/modal-login/temp-data/"*.json 2>/dev/null)" ] && rm -f "$HOME/rl-swarm/modal-login/temp-data/"*.json 2>/dev/null || true
cd $HOME && rm -rf gensyn-testnet && git clone https://github.com/zunxbt/gensyn-testnet.git && chmod +x gensyn-testnet/gensyn.sh && ./gensyn-testnet/gensyn.sh
- After running the above command, it will show something like this :
- You should choose 1 to use existing
swarm.pemfile
Note
It will ask this question - Would you like to push models you train in the RL swarm to the Hugging Face Hub? [y/N] here Write N and at last you will see this : Your training session is about to begin then you can detach from this gensyn screen session
- Use
Ctrl + Aand then pressDto detach from this screen session.
