Skip to content

Commit c2411ca

Browse files
committed
[NIXL][XPU] fix nixl version to v0.7.0
Signed-off-by: zhenwei-intel <[email protected]>
1 parent b2e65cb commit c2411ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install_nixl_from_source_ubuntu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def build_and_install_prerequisites(args):
146146
print("\n[2/3] Building NIXL wheel from source...", flush=True)
147147
if not os.path.exists(NIXL_DIR):
148148
run_command(["git", "clone", NIXL_REPO_URL, NIXL_DIR])
149+
run_command(["git", "checkout", "0.7.0"], cwd=NIXL_DIR)
149150

150151
build_env = os.environ.copy()
151152
build_env["PKG_CONFIG_PATH"] = os.path.join(ucx_install_path, "lib", "pkgconfig")

0 commit comments

Comments
 (0)