cli.args
cli.args
Module for axolotl CLI command arguments.
Classes
Name | Description |
---|---|
EvaluateCliArgs | Dataclass with CLI arguments for axolotl evaluate command. |
InferenceCliArgs | Dataclass with CLI arguments for axolotl inference command. |
PreprocessCliArgs | Dataclass with CLI arguments for axolotl preprocess command. |
TrainerCliArgs | Dataclass with CLI arguments for axolotl train command. |
EvaluateCliArgs
cli.args.EvaluateCliArgs(self,
=False,
debug=False,
debug_text_only=0,
debug_num_examples )
Dataclass with CLI arguments for axolotl evaluate
command.
InferenceCliArgs
self, prompter=None) cli.args.InferenceCliArgs(
Dataclass with CLI arguments for axolotl inference
command.
PreprocessCliArgs
cli.args.PreprocessCliArgs(self,
=False,
debug=False,
debug_text_only=1,
debug_num_examples=None,
prompter=True,
download=None,
iterable )
Dataclass with CLI arguments for axolotl preprocess
command.
TrainerCliArgs
cli.args.TrainerCliArgs(self,
=False,
debug=False,
debug_text_only=0,
debug_num_examples=False,
merge_lora=None,
prompter=False,
shard=None,
main_process_port=None,
num_processes )
Dataclass with CLI arguments for axolotl train
command.