vessl model
Overview
Run vessl model-repository --help
to view the list of commands related to model repositories, or vessl model-repository [COMMAND] --help
to view individual command instructions.
Run vessl model --help
to view the list of commands related to models, or vessl model [COMMAND] --help
to view individual command instructions.
Create a model repository
NAME
Model repository name
-m
, --description
Model repository description
List all model repositories
View information on the model repository
NAME
Model repository name
Create a model
REPOSITORY_NAME
Model repository name
--model-name
Model name
--source
Model source (experiment or local)
--experiment-id
Experiment id to create a model
--paths
Paths to create model. Default: ["/"]
Delete a file within a model
REPOSITORY_NAME
Model repository name
MODEL_NUMBER
Model number
PATH
File path
-r, --recursive
Required if file is a directory
Download the model
REPOSITORY_NAME
Model repository name
MODEL_NUMBER
Model number
SOURCE
Source path within the model
DEST
Local destination path
List all models
List model files
REPOSITORY_NAME
Model repository name
MODEL_NUMBER
Model number
-p, --path
Directory path to list (defaults to root)
-r, --recursive
List files recursively
View information on the model
REPOSITORY_NAME
Model repository name
MODEL_NUMBER
Model number
Deploy a model for serving locally
REPOSITORY_NAME
Model repository name
MODEL_NUMBER
Model number
--install-reqs
Install requirements before serving
Upload files to a model
REPOSITORY_NAME
Model repository name
MODEL_NUMBER
Model number
SOURCE
Local source path
DEST
Destinataion path within the model
Last updated