From ef27b93bff015100b88d45014e3eec7abb90f548 Mon Sep 17 00:00:00 2001 From: Ytav Attias Date: Mon, 11 Dec 2023 13:50:53 +0200 Subject: [PATCH] Update README.md Update libfabric version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b0ad47..5f69b7c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ libfabric should be downloaded and installed in order to use it.
Please follow the instructions below:
1. Define required version to be installed ``` - export REQUIRED_VERSION=1.16.1 + export REQUIRED_VERSION=1.20.0 ``` 2. Download libfabric tarball from: https://github.com/ofiwg/libfabric/releases ``` @@ -78,7 +78,7 @@ Please follow the instructions below:
``` 2. Define LIBFABRIC_ROOT ``` - export LIBFABRIC_ROOT=/tmp/libfabric-1.16.0 + export LIBFABRIC_ROOT=/tmp/libfabric-1.20.0 ``` 3. Change directory to hccl_ofi_wrapper ```