Dynamic Remote Deployment

Prerequisites

  • Privacy-Enhanced Mail (PEM), an ssh key file with the .pem extension

  • Cloud credentials of the supported cloud providers, such as Lambda Labs and Sify Cloud

  • Docker Hub credentials to access microservice images (See Getting Credentials for the Aizen Microservice Images.)

Steps for Remote Training

  1. Create the project:

    create project <project name>
  2. Add the cloud provider to Aizen:

    add cloudprovider <provider name>,{lambdalabs|openai|aizen},{gpu|llm|vectorstore},{<credential file name>,<credential section name>|<base url>}

Last updated