Skip to content

Commit

Permalink
cloud is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 14, 2025
1 parent 6349a8d commit 9e85bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def preprocess(config: str, cloud: Optional[str] = None, **kwargs) -> None:
@add_options_from_dataclass(TrainerCliArgs)
@add_options_from_config(AxolotlInputConfig)
@filter_none_kwargs
def train(config: str, accelerate: bool, cloud: Optional[str], **kwargs) -> None:
def train(config: str, accelerate: bool, cloud: Optional[str] = None, **kwargs) -> None:
"""
Train or fine-tune a model.
Expand Down

0 comments on commit 9e85bef

Please sign in to comment.