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
6c8e5957
Unverified
Commit
6c8e5957
authored
Aug 11, 2024
by
youkaichao
Committed by
GitHub
Aug 11, 2024
Browse files
[misc] add commit id in collect env (#7405)
parent
02b1988b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
collect_env.py
collect_env.py
+3
-2
No files found.
collect_env.py
View file @
6c8e5957
...
@@ -265,8 +265,9 @@ def get_neuron_sdk_version(run_lambda):
...
@@ -265,8 +265,9 @@ def get_neuron_sdk_version(run_lambda):
def
get_vllm_version
():
def
get_vllm_version
():
try
:
try
:
import
vllm
import
vllm
return
vllm
.
__version__
return
vllm
.
__version__
+
"@"
+
vllm
.
__commit__
except
ImportError
:
except
Exception
:
# old version of vllm does not have __commit__
return
'N/A'
return
'N/A'
...
...
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