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

8 lines
230 B
YAML

# https://www.comet.ml
comet:
_target_: pytorch_lightning.loggers.comet.CometLogger
api_key: ${oc.env:COMET_API_TOKEN} # api key is loaded from environment variable
project_name: "template-tests"
experiment_name: ${name}