Skip to main content

Creating a model repository

The VESSL Model repository is a place to manage and store models. You can create a model repository by clicking the New Model Repository button on the model repository page or using CLI.
  1. Create a model repository using the web console:
    • Click the New model repository button on the model repository page.
  • Click the Create button with name and descriptions filled in the dialog.
  1. Create a model repository using CLI:
    • Fill in the required information in the interactive mode.
    • The model repository will be created.

Creating a model from CLI

  1. Run the following command to create a model in the repository in interactive mode. You can also create a repository on the way.
  1. Fill in the required information in the interactive mode.
  1. The model will be created.

Upload your data

  1. In terminal, head out to the directory where your data is stored.
  2. Run the following command to upload your data to the model repository.
  1. Fill in the required information in the interactive mode.
  1. The data will be uploaded and you can see it through the web console.
  1. You can view the uploaded filed on Files tab. You can also add files or directories on the same page.