Backendstring`short:"b" required:"" help:"Backend to run the SoundGeneration model"`
Modelstring`short:"m" required:"" help:"Model name to run the SoundGeneration"`
Durationstring`short:"d" help:"If specified, the length of audio to generate in seconds"`
Temperaturestring`short:"t" help:"If specified, the temperature of the generation"`
InputFilestring`short:"i" help:"If specified, the input file to condition generation upon"`
InputFileSampleDivisorstring`short:"f" help:"If InputFile and this divisor is specified, the first portion of the sample file will be used"`
DoSamplebool`short:"s" default:"true" help:"Enables sampling from the model. Better quality at the cost of speed. Defaults to enabled."`
OutputFilestring`short:"o" type:"path" help:"The path to write the output wav file"`
ModelsPathstring`env:"LOCALAI_MODELS_PATH,MODELS_PATH" type:"path" default:"${basepath}/models" help:"Path containing models used for inferencing" group:"storage"`
BackendAssetsPathstring`env:"LOCALAI_BACKEND_ASSETS_PATH,BACKEND_ASSETS_PATH" type:"path" default:"/tmp/localai/backend_data" help:"Path used to extract libraries that are required by some of the backends in runtime" group:"storage"`
ExternalGRPCBackends[]string`env:"LOCALAI_EXTERNAL_GRPC_BACKENDS,EXTERNAL_GRPC_BACKENDS" help:"A list of external grpc backends" group:"backends"`