Skip to content

Commit

Permalink
Specify that users should clone the repo to deploy their own server
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienVig authored and tharvik committed May 13, 2024
1 parent 3b18811 commit 58b6260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The web client should be running on `http://localhost:8081`, if not first restar

There are multiple ways to use and interact with DISCO, depending on your objective:

- A non-technical user that wants to train models in a distributed manner without coding would want to use DISCO through the `webapp`. To do so, starting a local `server` instance is also needed as a backend to the `webapp`. Similarly, a contributor aiming to implement new UI features would certainly want to run the same setup.
- A non-technical user that wants to train models in a distributed manner without coding would want to use DISCO through the `webapp`. However, someone with expertise may still be needed if you want your own server (e.g., by cloning the repository).
- A technical user may find it more flexible to use DISCO from a Node.js script, which gives users a finer control over the process. The `discojs-node` module is tailored to be used in Node.js scripts and allows to load data, helps starting a server and run distributed machine learning training tasks.
- Finally, the `cli` (command line interface) can also be used to quickly start distributed model trainings. The `CLI` is more restricting than using `discojs-node` but allows to start training with multiple users in a single command. It is useful for benchmarking for example.

Expand Down

0 comments on commit 58b6260

Please sign in to comment.