We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885266f commit 36b38d8Copy full SHA for 36b38d8
tensorrt_llm/_torch/auto_deploy/utils/_config.py
@@ -190,6 +190,7 @@ def settings_customise_sources(
190
) -> tuple[PydanticBaseSettingsSource, ...]:
191
"""Customise settings sources."""
192
deferred_yaml_settings = DynamicYamlWithDeepMergeSettingsSource(settings_cls)
193
+ env_settings.env_prefix = "AD_" # NOTE: set prefix to avoid conflicts with other env vars
194
return (
195
init_settings,
196
env_settings,
0 commit comments