flash-attention/training/configs/logger/mlflow.yaml
2022-11-28 17:34:40 -08:00

11 lines
209 B
YAML

# https://mlflow.org
mlflow:
_target_: pytorch_lightning.loggers.mlflow.MLFlowLogger
experiment_name: ${name}
tracking_uri: null
tags: null
save_dir: ./mlruns
prefix: ""
artifact_location: null