Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
15470ae4
Commit
15470ae4
authored
May 06, 2025
by
zhuwenwen
Browse files
update update_environment_variables
parent
c8a2d2a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/utils.py
vllm/utils.py
+1
-1
No files found.
vllm/utils.py
View file @
15470ae4
...
@@ -690,7 +690,7 @@ def update_environment_variables(envs: dict[str, str]):
...
@@ -690,7 +690,7 @@ def update_environment_variables(envs: dict[str, str]):
logger
.
warning
(
logger
.
warning
(
"Overwriting environment variable %s "
"Overwriting environment variable %s "
"from '%s' to '%s'"
,
k
,
os
.
environ
[
k
],
v
)
"from '%s' to '%s'"
,
k
,
os
.
environ
[
k
],
v
)
os
.
environ
[
k
]
=
v
#
os.environ[k] = v
def
chunk_list
(
lst
:
list
[
T
],
chunk_size
:
int
):
def
chunk_list
(
lst
:
list
[
T
],
chunk_size
:
int
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment