From e69c04b64bfbf84206c4c16509b0de4e841a90b4 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 27 Aug 2024 18:01:14 -0400 Subject: [PATCH] docs: fix the default value of `DP_ENABLE_PYTORCH` It seems I made a typo before. Signed-off-by: Jinzhe Zeng --- doc/install/install-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-from-source.md b/doc/install/install-from-source.md index 90b165ffb5..6f17a272c6 100644 --- a/doc/install/install-from-source.md +++ b/doc/install/install-from-source.md @@ -167,7 +167,7 @@ The path to the ROCM toolkit directory. :::{envvar} DP_ENABLE_PYTORCH -**Choices**: `0`, `1`; **Default**: `1` +**Choices**: `0`, `1`; **Default**: `0` {{ pytorch_icon }} Enable customized C++ OPs for the PyTorch backend. PyTorch can still run without customized C++ OPs, but features will be limited. :::