Skip to content

Commit 19da1cc

Browse files
[NIXL][XPU] update name of nixl wheel (vllm-project#27631) (vllm-project#389)
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com>
1 parent bb7ea62 commit 19da1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_nixl_from_source_ubuntu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def is_pip_package_installed(package_name):
3737
def find_nixl_wheel_in_cache(cache_dir):
3838
"""Finds a nixl wheel file in the specified cache directory."""
3939
# The repaired wheel will have a 'manylinux' tag, but this glob still works.
40-
search_pattern = os.path.join(cache_dir, "nixl-*.whl")
40+
search_pattern = os.path.join(cache_dir, "nixl*.whl")
4141
wheels = glob.glob(search_pattern)
4242
if wheels:
4343
# Sort to get the most recent/highest version if multiple exist

0 commit comments

Comments
 (0)