Retrieve and set LEIP license key
1. Retrieve LEIP license key
Navigate to https://accounts.latentai.io/sign-up to create a new account. After you verify your email address, we'll email you a one-year trial license key.
2. Set LEIP license Key
After you receive your license key via email, place it in the following location on your target device (the machine where you'll run inference): ~/.config/leip/license.key.
If you'd like, you can replace <your-license-key> and run the following command:
mkdir -p ~/.config/leip && echo "<your-license-key>" > ~/.config/leip/license.key
Alternative license key configuration
If you prefer, you can simply set LEIP_LICENSE_KEY as an environment variable.