Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,15 @@ Therefore, you should do these actions in the following scenarios
- **Signed up with `email address`, generated `swarm.pem`, BUT lost `swarm.pem`** OR **You want to run multiple nodes at once**: run from scratch with the same email address and generate a new `swarm.pem`.
- **Signed up with `email address`, generated `swarm.pem`, kept `swarm.pem`** -> you can re-run a single node using this pair if you've still got them both.

## Versioning

RL Swarm is under active development.
To ensure compatibility between nodes and the network:

- Always use the latest version from the `main` branch.
- Check release notes here: https://github.com/gensyn-ai/rl-swarm/releases
- Avoid mixing outdated Swarm Launcher versions with updated node components.

## Troubleshooting

- **How do I find my logs?** You can find them inside the `/logs` directory:
Expand Down