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
fee4dcc3
Unverified
Commit
fee4dcc3
authored
Jun 04, 2024
by
youkaichao
Committed by
GitHub
Jun 04, 2024
Browse files
[Misc] update collect env (#5261)
parent
650a4cc5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
collect_env.py
collect_env.py
+5
-0
No files found.
collect_env.py
View file @
fee4dcc3
...
@@ -603,6 +603,11 @@ Versions of relevant libraries:
...
@@ -603,6 +603,11 @@ Versions of relevant libraries:
{conda_packages}
{conda_packages}
"""
.
strip
()
"""
.
strip
()
# both the above code and the following code use `strip()` to
# remove leading/trailing whitespaces, so we need to add a newline
# in between to separate the two sections
env_info_fmt
+=
"
\n
"
env_info_fmt
+=
"""
env_info_fmt
+=
"""
ROCM Version: {rocm_version}
ROCM Version: {rocm_version}
Neuron SDK Version: {neuron_sdk_version}
Neuron SDK Version: {neuron_sdk_version}
...
...
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