Skip to content

Commit

Permalink
update pydantic config from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Feb 26, 2024
1 parent 581ae5c commit 3370a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axolotl/utils/config/models/input/v0_4_1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ class MLFlowConfig(BaseModel):
use_mlflow: Optional[str] = None
mlflow_tracking_uri: Optional[str] = None
mlflow_experiment_name: Optional[str] = None
hf_mlflow_log_artifacts: Optional[bool] = None


class WandbConfig(BaseModel):
Expand Down

0 comments on commit 3370a71

Please sign in to comment.