Skip to content

Commit 4a00387

Browse files
authored
update release notes (#1505)
1 parent e6f05d1 commit 4a00387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorials/releases.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ model = ipex.optimize(model)
2222
model = torch.compile(model, backend='ipex')
2323
```
2424

25-
- **Bug fixing and small optimization**
25+
- **Bug fixing and other optimization**
2626

2727
- 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)
2928
- Optimized InstanceNorm [#1330](https://github.com/intel/intel-extension-for-pytorch/commit/8b97d2998567cc2fda6eb008194cd64f624e857f)
3029
- 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)
3130
- Fixed the correctness issue of unpacking non-contiguous Linear weight [#1419](https://github.com/intel/intel-extension-for-pytorch/commit/84d413d6c10e16c025c407b68652b1769597e016)

0 commit comments

Comments
 (0)