- Downloading & running an LLM on your machine
- Downloading & intializing the node client
- CLI commands to use the client
Prerequisites
- Please see the requirements
Run the GPU node (CLI)
1
Sign up
- Create an account here
- Create an API key on the dashboard
- Create a node on the dashboard
2
Create a virtual environment
For example, using venv
3
Install galadriel
4
Setup the environment
Make sure to set the correct API key and node-id that you created on the dashboard.Other values should be the default ones.
5
Run the node
6
Check node status
In another terminal tab:If the status is online you’ve successfully started your GPU node and it’s
serving LLM inference requests to the network.

