From 6c6e5fcb5355c2d0fb499a75124b959b1bbc3d0c Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Fri, 14 Jul 2023 12:55:04 -0700 Subject: [PATCH] Added changelog entry. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32400cc..766496c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -264,6 +264,7 @@ Deprecated: Features: - Added precompiled CUDA 11.8 binaries to support H100 GPUs without compilation #571 + - CUDA SETUP now no longer looks for libcuda and libcudart and relies PyTorch CUDA libraries. To manually override this behavior see: how_to_use_nonpytorch_cuda.md. Bug fixes: - Fixed a bug where the default type of absmax was undefined which leads to errors if the default type is different than torch.float32. # 553