From 53fc98b9a2c93c9c1c8910010a8a93b38146b542 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Thu, 2 Dec 2021 21:01:13 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 742e48200..ac58d3756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Use target-agnostic matrix multiply interface for wasm builds and allow importing an implementation of this interface from separate wasm modules. ### Fixed +- Fix AVX2 detection on macOS - Segfault of spm_train when compiled with -DUSE_STATIC_LIBS=ON seems to have gone away with update to newer SentencePiece version. - Fix bug causing certain reductions into scalars to be 0 on the GPU backend. Removed unnecessary warp shuffle instructions. - Do not apply dropout in embeddings layers during inference with dropout-src/trg