mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-25 01:55:45 +08:00
93b7675a64
* add usage commit * update envs and xpu * add requirements * fix quantization value * add unit test * add unit test * fix unit test * add unit test * add unit test * add unit test * add unit test * add unit test * add unit test * fix FD_USAGE_STATS_SERVER * fix * fix * add doc * add doc * add doc * add doc * add doc * fix file name
752 B
752 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