truss init [OPTIONS] TARGET_DIRECTORY

Options

-b, --backend
TrussServer|TGI|VLLM
What type of server to create. Default: TrussServer.
-n, --name
STRING
The value assigned to model_name in config.yaml.
--help
Show help message and exit.

Arguments

TARGET_DIRECTORY
str
A Truss is created in this directory.

Example

truss init my_truss_directory
truss init --name "My Truss" my_truss_directory