cargo xtask helpUsage: xtask <COMMAND>
Commands:
generate text generation
chat chat in console
service web service
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
cargo generate --help简写:
cargo gen --helptext generation
Usage: xtask generate [OPTIONS] <MODEL>
Arguments:
<MODEL>
Options:
--gpus <GPUS>
--max-steps <MAX_STEPS>
-p, --prompt <PROMPT>
-t, --use-template
-h, --help
cargo chat --helpchat in console
Usage: xtask chat [OPTIONS] <MODEL>
Arguments:
<MODEL>
Options:
--gpus <GPUS>
--max-steps <MAX_STEPS>
-h, --help Print help
cargo service --helpweb service
Usage: xtask service [OPTIONS] --port <PORT> <MODEL>
Arguments:
<MODEL>
Options:
--gpus <GPUS>
--max-steps <MAX_STEPS>
-p, --port <PORT>
-h, --help