From 46dc879d41b4c57d4e916d84725dc16c84ae205b Mon Sep 17 00:00:00 2001 From: Jackmin801 Date: Mon, 30 Sep 2024 11:47:40 +0800 Subject: [PATCH] add env var to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d713eb77..1293b5fe 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,4 @@ HF_HUB_ETAG_TIMEOUT=500 | `GLOBAL_PORT` | Port number of the global store. | `None` | | `GLOBAL_WORLD_SIZE` | The size of the global process group. | `1` | | `GLOBAL_RANK` | Rank of the process in the global process group. | `0` | +| `ZERO_BAND_GLOBAL_STORE_TIMEOUT_SECONDS` | Number of seconds before the global store operations timeout | 300 |