Gensyn Nodes Guide

This guide is the most lazy docs i made from previous Guide

  1. Install Node.js and npm if not installed already

curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/node.sh | bash
  1. Install other dependencies

  1. Clone this repository

  1. Create a screen session

  1. Run the swarm

  • It will show like this

You need to visit the URL which you will find on your terminal there and then, log in using your email. After logging in.

  • It will ask you this question : Would you like to push models you train in the RL swarm to the Hugging Face Hub? [y/N] ; You should write N there

  • You will see something like this; it indicates that everything is working fine. You can now detach from this screen session.

  1. Detach from screen session

  • Use Ctrl + A and then press D to detach from this screen session.

Last updated