Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable posthog for send anonymous data to external domain #428

Open
1 of 4 tasks
AlexBlack2202 opened this issue Oct 17, 2024 · 1 comment
Open
1 of 4 tasks

Comments

@AlexBlack2202
Copy link

System Info

i use the lasted version and i see that there are many request to eu.i.posthog.com, it is not legal for user .

Can you disable it by default?

Information

  • Docker
  • The CLI directly via pip

Tasks

  • An officially supported command
  • My own modifications

Reproduction

start new emb model

Expected behavior

disable send data to posthog.com

@michaelfeil
Copy link
Owner

michaelfeil commented Oct 17, 2024

@AlexBlack2202 https://michaelfeil.eu/infinity/main/telemetry

You can disable tracking like the following:

# set 
export DO_NOT_TRACK="1"
# infinity specific setting
export INFINITY_ANONYMOUS_USAGE_STATS="0"

Is similar to e.g. how other projects collect stats:

Infinity collects currently info on which:

  • GPU card is used, helps to know if e.g. flash-attn build would be useful / worth the effort, or not worth it because most card are still
  • devices: is mps or neuron used often
  • CLI args, to deprecate old ones or less popular ones such as onnx/tensorrt gpu + optimum or ctranslate2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants