From 3fdf2b79f3e1f9c5c40e65569f5c9362f8888585 Mon Sep 17 00:00:00 2001 From: Chun Cai Date: Mon, 6 Jan 2025 17:14:36 +0800 Subject: [PATCH] update docs --- doc/env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/env.md b/doc/env.md index 3cf42b724a..4ca7101236 100644 --- a/doc/env.md +++ b/doc/env.md @@ -72,7 +72,7 @@ Default backend. :::{envvar} NUM_WORKERS -**Default**: 8 or the number of cores (whichever is smaller) +**Default**: 4 or the number of cores (whichever is smaller) {{ pytorch_icon }} Number of subprocesses to use for data loading in the PyTorch backend. See [PyTorch documentation](https://pytorch.org/docs/stable/data.html) for details.