You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/releases.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,9 @@ model = ipex.optimize(model)
22
22
model = torch.compile(model, backend='ipex')
23
23
```
24
24
25
-
-**Bug fixing and small optimization**
25
+
-**Bug fixing and other optimization**
26
26
27
27
- 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)
28
-
- Enabled BF16 Flash Attention for MHA on BERT/Stable-Diffusion [#1413](https://github.com/intel/intel-extension-for-pytorch/commit/d8857117366f5ac10f9307273816ce1a05a6708b)
- 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)
31
30
- Fixed the correctness issue of unpacking non-contiguous Linear weight [#1419](https://github.com/intel/intel-extension-for-pytorch/commit/84d413d6c10e16c025c407b68652b1769597e016)
0 commit comments