You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,26 @@
1
1
# KernelSwarm
2
2
3
+
## Lightouse details
3
4
5
+
Right now the Lighthouse is running on Digital Ocean on a $4/month droplet. If you'd like to be added please let us know and share your public ssh key.
6
+
7
+
The lighthouse is primarily responsible for keeping track of all nodes in the swarm.
8
+
9
+
10
+
## How to join the swarm
11
+
12
+
Idea of the setup is that a user
13
+
1. Click some button to get a client
14
+
2. We share the client with them
15
+
3. They run the client and it connects them to the swarm
16
+
17
+
18
+
## High level infra details
19
+
1. Lighthouse on Digital Ocean
20
+
2. Nebula VPN for swarm communication
21
+
3. Clients in shell scripts but soon should be docker containers
22
+
4. A fault tolerant PyTorch job that is responsible for the actual training
0 commit comments