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

View File

@@ -68,4 +68,5 @@ schedulefree==1.4.1
axolotl-contribs-lgpl==0.0.6
axolotl-contribs-mit==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",