diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-25 19:30:37 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-25 19:30:37 -0700 |
commit | 9268dc9d887a3d54cd1f008dcb628aaa5b5bd90a (patch) | |
tree | c557a57a63e627e6694bb383d0f7c8ade5f9071a /CHANGELOG.md | |
parent | 1e88edd8c096bde5202dd61411d3c8d7eda56645 (diff) |
Some progress on build script; added multi-cuda install script.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 08adfce..285984e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,3 +64,6 @@ Features: - Added 8-bit Linear layers with 8-bit Params that perform memory efficient inference with an option for 8-bit mixed precision matrix decomposition for inference without performance degradation - Added quantization methods for "fake" quantization as well as optimized kernels vector-wise quantization and equalization as well as optimized cuBLASLt transformations - CPU only build now available (Thank you, @mryab) + +Deprecated: + - Pre-compiled release for CUDA 9.2, 10.0, 10.2 no longer available |