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
d2c33c39
Unverified
Commit
d2c33c39
authored
Oct 29, 2025
by
liuzhenwei
Committed by
GitHub
Oct 29, 2025
Browse files
[NIXL][XPU] update name of nixl wheel (#27631)
Signed-off-by:
zhenwei-intel
<
zhenwei.liu@intel.com
>
parent
f6d5f588
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/install_nixl_from_source_ubuntu.py
tools/install_nixl_from_source_ubuntu.py
+1
-1
No files found.
tools/install_nixl_from_source_ubuntu.py
View file @
d2c33c39
...
@@ -37,7 +37,7 @@ def is_pip_package_installed(package_name):
...
@@ -37,7 +37,7 @@ def is_pip_package_installed(package_name):
def
find_nixl_wheel_in_cache
(
cache_dir
):
def
find_nixl_wheel_in_cache
(
cache_dir
):
"""Finds a nixl wheel file in the specified cache directory."""
"""Finds a nixl wheel file in the specified cache directory."""
# The repaired wheel will have a 'manylinux' tag, but this glob still works.
# The repaired wheel will have a 'manylinux' tag, but this glob still works.
search_pattern
=
os
.
path
.
join
(
cache_dir
,
"nixl
-
*.whl"
)
search_pattern
=
os
.
path
.
join
(
cache_dir
,
"nixl*.whl"
)
wheels
=
glob
.
glob
(
search_pattern
)
wheels
=
glob
.
glob
(
search_pattern
)
if
wheels
:
if
wheels
:
# Sort to get the most recent/highest version if multiple exist
# Sort to get the most recent/highest version if multiple exist
...
...
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