Skip to main content
The probe and the CLI capture GPU and system telemetry. The Python SDK adds what only your code knows: how far along the run is, and what it is training.

Before you start

  • Python 3.9 or newer.

Install the SDK

Install it into the same environment as your training script.
See Report training progress to use it.

Upgrade

The SDK versions independently of the probe and the CLI — there is no matched-release requirement.

Uninstall

Remove the import and the calls from your training script too.