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. |
VllmServeCliArgs | Dataclass with CLI arguments for axolotl vllm-serve 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.
VllmServeCliArgs
cli.args.VllmServeCliArgs(self,
=1,
tensor_parallel_size='0.0.0.0',
host=8000,
port=None,
gpu_memory_utilization=None,
dtype=None,
max_model_len=None,
enable_prefix_caching )
Dataclass with CLI arguments for axolotl vllm-serve
command.