Installing SOMA
Soma is purpose built for training a single foundation model across the internet. In contrast to other networks, there are no smart contracts, no subnets.
Soma has a singular focus, and dedicates the network to that end.
Quick Install
Section titled “Quick Install”The SOMA CLI is used to interact with the SOMA network, deploy models, and submit data. To install the SOMA CLI, the easiest way is to use sup. This is SOMA’s version of rustup, it allows you to easily install and switch between different versions of SOMA.
-
First, install
sup:curl -sSfL https://sup.soma.org | shcargo install --git https://github.com/soma-org/sup.git --locked -
Then, install SOMA:
sup install soma
For more sup commands, refer to the repository.
Confirm Installation Worked
Section titled “Confirm Installation Worked”- Open a terminal or console
- Type
soma --versionand press enter
If you receive a “command not found” error, verify the SOMA binaries directory is in your PATH environment variable.
Next, set up your account to create a wallet and connect to a network.