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.

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.

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

Run GPUd

  1. 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.

  1. 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
Lepton AI

© 2024