From fd851a60bea3198c0777c8ba5c0df5d6c4afcd8a Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 19 Jul 2023 12:09:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a397bc4..003da79c 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ sudo apt-get install libssl-dev gcc -y ### CUDA Kernels The custom CUDA kernels are only tested on NVIDIA A100s. If you have any installation or runtime issues, you can remove -the kernels by using the `BUILD_EXTENSIONS=False` environment variable. +the kernels by using the `DISABLE_CUSTOM_KERNELS=True` environment variable. Be aware that the official Docker image has them enabled by default.