From 331f66d7d10844b13274029d00e863be3389b674 Mon Sep 17 00:00:00 2001 From: itsasecret <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:19:23 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2aaa0d2..db519481 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Therefore, you should do these actions in the following scenarios - **I have multiple GPUs on one machine, can I run multiple peers?**: Yes - but you'll need to manually change things. You'll need to isolate each GPU, install this repo for each GPU, and expose each peer under a different port to pass the modal onboard. -- **My round/stage is behind the smart contract/other peers?**: This is expected behaviour given the different speeds of machines in the network. Once your machine completes it's current round, it will move to the the current round. +- **My round/stage is behind the smart contract/other peers?**: This is expected behaviour given the different speeds of machines in the network. Once your machine completes it's current round, it will move to the current round. - **I want to use a bigger and/or different model in the RL swarm, can I do that?**: Yes - but we only recommend doing so if you are comfortable understanding what size model can reasonably run on your hardware. If you elect to bring a custom model, just paste the repo/model name into the command line when prompted. From 9baa80d607e0335621b33027c0bf9125b00ab4a0 Mon Sep 17 00:00:00 2001 From: itsasecret <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 3 Aug 2025 19:43:26 +0300 Subject: [PATCH 2/2] Update README.md --- web/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/README.md b/web/README.md index ee089737..9116ed54 100644 --- a/web/README.md +++ b/web/README.md @@ -4,7 +4,7 @@ This package provides an API and UI for displaying gossip messages and metrics a # Running the web server -From the rl_swarm directory, use docker-compose to spin up containers for the webserver and OpenTelemetry. +From the rl_swarm directory, use docker-compose to spin up containers for the web server and OpenTelemetry. ``` docker-compose build --no-cache ``` @@ -28,4 +28,4 @@ docker build -t swarmui -f Dockerfile.webserver . ``` ## Smart contract -The UI is set up to receive information from a smart contract. For development, it is assumed a smart contract is running locally using anvil. \ No newline at end of file +The UI is set up to receive information from a smart contract. For development, it is assumed a smart contract is running locally using anvil.