From a0da40035f7e7209437d40e5c027f92b6e82171f Mon Sep 17 00:00:00 2001 From: xianyu Date: Fri, 30 Aug 2024 07:06:09 +0000 Subject: [PATCH] fix --- docs/Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Quickstart.md b/docs/Quickstart.md index d9f06d0e..8396df74 100644 --- a/docs/Quickstart.md +++ b/docs/Quickstart.md @@ -22,7 +22,7 @@ cd llumnix make install ``` -The default migration backend is RPC. If you want to use NCCL as the migration backend, run `make cupy-cuda` to install (cupy-cuda) [https://pypi.org/search/?q=cupy-cuda] manually, as it is related to the CUDA version. +The default migration backend is RPC. If you want to use NCCL as the migration backend, run `make cupy-cuda` to install [cupy-cuda](https://pypi.org/search/?q=cupy-cuda) manually, as it is related to the CUDA version. If you want to use Gloo as migration backend, **in addition to installing cupy-cuda**, please refer to [this link](https://github.com/ZeldaHuang/pygloo/blob/main/.github/workflows/ubuntu_basic.yml#L24C1-L26C1) to install [Bazel](https://github.com/bazelbuild/bazel) >= 5.1.0. Then, run `make pygloo` to install [pygloo](https://github.com/ZeldaHuang/pygloo).