This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force-disable upstream tracking (#321)
This PR force-disables upstream tracking by forcing `VLLM_DO_NOT_TRACK` and `VLLM_NO_USAGE_STATS` to be `True` (disable data collection) rather than inspecting the environment variable. An alternative approach could be to update the definition of `is_usage_stats_enabled` (in [`vllm/usage/usage_lib.py:29`](https://github.com/neuralmagic/nm-vllm/blob/main/vllm/usage/usage_lib.py#L29)) to always return `False` and set the `global _USAGE_STATS_ENABLED` to be `False`.
- Loading branch information