Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/gt/ml-flow' into gt…
Browse files Browse the repository at this point in the history
…/ml-flow
  • Loading branch information
debrevitatevitae committed Jul 17, 2024
2 parents 7df3c35 + aa98dfc commit fdf05f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qadence/ml_tools/printing.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def plot_mlflow(
def log_model_mlflow(
writer: Any,
model: Module,
dataloader: Union[None, DataLoader, DictDataLoader],
dataloader: DataLoader | DictDataLoader | None
) -> None:
if dataloader is not None:
xs: InputData
Expand Down

0 comments on commit fdf05f1

Please sign in to comment.