Overview
Runvessl 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
| Argument | Description | 
|---|---|
NAME | Model repository name | 
| Option | Description | 
|---|---|
-m, --description | Model repository description | 
List all model repositories
View information on the model repository
| Argument | Description | 
|---|---|
NAME | Model repository name | 
Create a model
| Argument | Description | 
|---|---|
REPOSITORY_NAME | Model repository name | 
| Option | Description | 
|---|---|
--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
| Argument | Description | 
|---|---|
REPOSITORY_NAME | Model repository name | 
MODEL_NUMBER | Model number | 
PATH | File path | 
| Option | Description | 
|---|---|
-r, --recursive | Required if file is a directory | 
Download the model
| Argument | Description | 
|---|---|
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
| Argument | Description | 
|---|---|
REPOSITORY_NAME | Model repository name | 
MODEL_NUMBER | Model number | 
| Option | Description | 
|---|---|
-p, --path | Directory path to list (defaults to root) | 
-r, --recursive | List files recursively | 
View information on the model
| Argument | Description | 
|---|---|
REPOSITORY_NAME | Model repository name | 
MODEL_NUMBER | Model number | 
Upload files to a model
| Argument | Description | 
|---|---|
REPOSITORY_NAME | Model repository name | 
MODEL_NUMBER | Model number | 
SOURCE | Local source path | 
DEST | Destinataion path within the model | 

