mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-22 16:07:51 +08:00
56e22a7ddc
* fix doc * fix doc
766 B
766 B
usage collection
Fastdeploy collects anonymous usage data by default to help the engineering team understand common hardware and model configurations, thereby prioritizing optimizations for frequently used configurations. All data collected is transparent and contains no sensitive information.
Data Collected
The data inventory collected by the latest version of Fastdeploy can be found here:usage_lib.py
You can preview the collected data by running the following command:
tail ~/.config/fastdeploy/usage_stats.json
Opting Out
You can opt out of usage collection by setting the DO_NOT_TRACK environment variable:
export DO_NOT_TRACK=1