Resources Management

Resources refer to Secrets, Datasets, and CLI tokens that you can use within the Tensorleap platform. They are set up from the Resources Management page.

From the left side of the page, you can:

Generate CLI Token

As its name suggests, LEAP CLI allows you to create a project and dataset instance for your models using a command line interface. With a CLI token, you can access Tensorleap from LEAP CLI (see Quickstart using CLI).

To generate a CLI token:

  1. Once a CLI token is generated, you can use it to run the following command provided:

leap login [API_ID] [API_KEY]

If you have previously generated a CLI token, this will show a message asking you to disable your current token and generate a new one. Confirm the operation to generate a new token.

Last updated