Skip to content

Commit

Permalink
update release notes (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Mar 22, 2023
1 parent e6f05d1 commit 4a00387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ model = ipex.optimize(model)
model = torch.compile(model, backend='ipex')
```

- **Bug fixing and small optimization**
- **Bug fixing and other optimization**

- Supported [RMSNorm](https://arxiv.org/abs/1910.07467) which is widely used in the t5 model of huggingface [#1341](https://github.com/intel/intel-extension-for-pytorch/commit/d1de1402a8d6b9ca49b9c9a45a92899f7566866a)
- Enabled BF16 Flash Attention for MHA on BERT/Stable-Diffusion [#1413](https://github.com/intel/intel-extension-for-pytorch/commit/d8857117366f5ac10f9307273816ce1a05a6708b)
- Optimized InstanceNorm [#1330](https://github.com/intel/intel-extension-for-pytorch/commit/8b97d2998567cc2fda6eb008194cd64f624e857f)
- Fixed the quantization of LSTM [#1414](https://github.com/intel/intel-extension-for-pytorch/commit/a4f93c09855679d2b424ca5be81930e3a4562cef) [#1473](https://github.com/intel/intel-extension-for-pytorch/commit/5b44996dc0fdb5c45995d403e18a44f2e1a11b3d)
- Fixed the correctness issue of unpacking non-contiguous Linear weight [#1419](https://github.com/intel/intel-extension-for-pytorch/commit/84d413d6c10e16c025c407b68652b1769597e016)
Expand Down

0 comments on commit 4a00387

Please sign in to comment.