Skip to content

Commit 7635f89

Browse files
[DOCS] pre-releasenotes 23.1 Aug port master (openvinotoolkit#19273)
1 parent 526d76c commit 7635f89

File tree

1 file changed

+84
-2
lines changed

1 file changed

+84
-2
lines changed

docs/resources/prerelease_information.md

+84-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,92 @@ Please file a github Issue on these with the label “pre-release” so we can g
3030
:material-regular:`feedback;1.4em` Share your feedback
3131

3232

33-
.. dropdown:: OpenVINO Toolkit 2023.1.0.dev20230728
33+
34+
35+
.. dropdown:: OpenVINO Toolkit 2023.1.0.dev20230811
3436
:animate: fade-in-slide-down
3537
:color: primary
3638
:open:
39+
40+
`Check on GitHub <https://github.com/openvinotoolkit/openvino/releases/tag/2023.1.0.dev20230811>`__
41+
42+
**New features:**
43+
44+
* CPU runtime:
45+
46+
* Enabled weights decompression support for Large Language models (LLMs). The implementation
47+
supports avx2 and avx512 HW targets for Intel® Core™ processors and gives up to 2x improvement
48+
in the latency mode (FP32 VS FP32+INT8 weights comparison). For 4th Generation Intel® Xeon®
49+
Scalable Processors (formerly Sapphire Rapids) this INT8 decompression feature gives 10-25%
50+
performance improvement, compared to pure BF16 inference.
51+
* Reduced memory consumption of compile model stage by moving constant folding of Transpose
52+
nodes to the CPU Runtime side.
53+
* Set FP16 inference precision by default for non-convolution networks on ARM. Convolution
54+
network will be executed in FP32.
55+
56+
* GPU runtime: Added paddings for dynamic convolutions to improve performance for models like
57+
Stable-Diffusion v2.1.
58+
59+
* Python API:
60+
61+
* Added the ``torchvision.transforms`` object to OpenVINO preprocessing.
62+
* Moved all python tools related to OpenVINO into a single namespace,
63+
improving user experience with better API readability.
64+
65+
* TensorFlow FE:
66+
67+
* Added support for the TensorFlow 1 Checkpoint format. All native TensorFlow formats are now enabled.
68+
* Added support for 8 new operations:
69+
70+
* MaxPoolWithArgmax
71+
* UnravelIndex
72+
* AdjustContrastv2
73+
* InvertPermutation
74+
* CheckNumerics
75+
* DivNoNan
76+
* EnsureShape
77+
* ShapeN
78+
79+
* PyTorch FE:
80+
81+
* Added support for 6 new operations. To know how to enjoy PyTorch models conversion follow
82+
this `Link <https://docs.openvino.ai/2023.0/openvino_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_PyTorch.html#experimental-converting-a-pytorch-model-with-pytorch-frontend>`__
83+
84+
* aten::concat
85+
* aten::masked_scatter
86+
* aten::linspace
87+
* aten::view_as
88+
* aten::std
89+
* aten::outer
90+
* aten::broadcast_to
91+
92+
**New openvino_notebooks:**
93+
94+
* `245-typo-detector <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/245-typo-detector>`__
95+
: English Typo Detection in sentences with OpenVINO™
96+
97+
* `247-code-language-id <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/247-code-language-id/247-code-language-id.ipynb>`__
98+
: Identify the programming language used in an arbitrary code snippet
99+
100+
* `121-convert-to-openvino <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/121-convert-to-openvino>`__
101+
: Learn OpenVINO model conversion API
102+
103+
* `244-named-entity-recognition <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/244-named-entity-recognition>`__
104+
: Named entity recognition with OpenVINO™
105+
106+
* `246-depth-estimation-videpth <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/246-depth-estimation-videpth>`__
107+
: Monocular Visual-Inertial Depth Estimation with OpenVINO™
108+
109+
* `248-stable-diffusion-xl <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/248-stable-diffusion-xl>`__
110+
: Image generation with Stable Diffusion XL
111+
112+
* `249-oneformer-segmentation <https://github.com/openvinotoolkit/openvino_notebooks/blob/main/notebooks/249-oneformer-segmentation>`__
113+
: Universal segmentation with OneFormer
114+
115+
116+
.. dropdown:: OpenVINO Toolkit 2023.1.0.dev20230728
117+
:animate: fade-in-slide-down
118+
:color: secondary
37119

38120
`Check on GitHub <https://github.com/openvinotoolkit/openvino/releases/tag/2023.1.0.dev20230728>`__
39121

@@ -55,7 +137,7 @@ Please file a github Issue on these with the label “pre-release” so we can g
55137

56138
* Frameworks:
57139

58-
- PyTorch Updates: OpenVINO now supportsoriginally quantized PyTorch models, including models produced with the Neural Network Compression Framework (NNCF).
140+
- PyTorch Updates: OpenVINO now supports originally quantized PyTorch models, including models produced with the Neural Network Compression Framework (NNCF).
59141
- TensorFlow FE: Now supports Switch/Merge operations, bringing TensorFlow 1.x control flow support closer to full compatibility and enabling more models.
60142
- Python API: Python Conversion API is now the primary conversion path, making it easier for Python developers to work with OpenVINO.
61143

0 commit comments

Comments
 (0)