Skip to content

Commit 36b38d8

Browse files
committed
small config bug fix
Signed-off-by: Lucas Liebenwein <11156568+lucaslie@users.noreply.github.com>
1 parent 885266f commit 36b38d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorrt_llm/_torch/auto_deploy/utils/_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def settings_customise_sources(
190190
) -> tuple[PydanticBaseSettingsSource, ...]:
191191
"""Customise settings sources."""
192192
deferred_yaml_settings = DynamicYamlWithDeepMergeSettingsSource(settings_cls)
193+
env_settings.env_prefix = "AD_" # NOTE: set prefix to avoid conflicts with other env vars
193194
return (
194195
init_settings,
195196
env_settings,

0 commit comments

Comments
 (0)