Skip to content

Telemetry

All CLI arguments are currently logged, as well as system info such as os. The feedback will be used to optimzed common models / OS support.

Disable Telemetry

You can disable tracking like the following:

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

or by CLI argument.