This commit is contained in:
Dan Saunders
2025-02-24 20:30:16 +00:00
parent 09611cea10
commit cae8c7636b
2 changed files with 3 additions and 1 deletions

View File

@@ -64,4 +64,5 @@ schedulefree==1.3.0
axolotl-contribs-lgpl==0.0.3
posthog-3.13.0
# telemetry
posthog>=3.15.1

View File

@@ -52,6 +52,7 @@ FIELDS_TO_REDACT = {"resume_from_checkpoint", "hub_model_id"}
PREFIXES_TO_REDACT = {"wandb_", "comet_", "mlflow_", "gradio_"}
PATH_INDICATORS = {"path", "dir"}
# pylint: disable=duplicate-code
RELEVANT_PACKAGES = {
"torch",
"transformers",