From 2aadea9efb1731c4d7e246f0a6c10e3936d21c0d Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 16 Feb 2023 13:16:38 -0500 Subject: [PATCH] update --- automatic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic.sh b/automatic.sh index 1691b2b18..47eacbc00 100755 --- a/automatic.sh +++ b/automatic.sh @@ -8,7 +8,7 @@ export CUDA_LAUNCH_BLOCKING=0 export CUDA_CACHE_DISABLE=0 export CUDA_AUTO_BOOST=1 export CUDA_DEVICE_DEFAULT_PERSISTING_L2_CACHE_PERCENTAGE_LIMIT=0 -export LD_PRELOAD=libtcmalloc.so +# export LD_PRELOAD=libtcmalloc.so # TORCH_CUDA_ARCH_LIST="8.6" if [ "$PYTHON" == "" ]; then