Manage your own machines
You can create a private node group or add your own machines with GPUd to your Lepton workspace. This allows you to have more control over your infrastructure and optimize the performance for your workloads.
Managing machines is only available for enterprise users.
Managed node group
A managed node group is a group of machines that are managed by Lepton, but fully owned by you. Different from the shared node group, the machines in a managed node group are not shared with other users.
Managed node group is not publicly available yet, you can apply for access by contacting us.
Self-managed machines
You can add your own machines with GPUd to your Lepton workspace in your workspace.
Installation
Run the following command to install GPUd on your machine:
curl -fsSL https://pkg.gpud.dev/install.sh | sh
The installation script is only available on Linux and amd64(x86_64) machines.
Run GPUd
- Run GPUd with Lepton platform
After the installation, you can run the following command to start the GPUd service with the workspace token, and then you can manage your machines on the platform.
sudo gpud up --token <workspace-token>
For how to get the workspace token, please refer to this document.
- Run GPUd standalone
You can also run GPUd standalone without the Lepton platform, just run the following command:
sudo gpud up
Stop and uninstall GPUd
To stop the GPUd service, run the following command:
sudo gpud down
To uninstall the GPUd service, run the following command:
sudo rm /usr/sbin/gpud
sudo rm /etc/systemd/system/gpud.service