Commit Graph

267 Commits

Author SHA1 Message Date
Andrii Staikov 91b3977169
Documentation for Transformations Python API (#24121)
### Details:

- Updating Transformations documentation
- Adding examples for Python API usage
- Adding examples for C++ API usage
- Adding patterns unit-tests

### Tickets:
 - *CVS-76333*
2024-06-11 14:07:39 +00:00
Sebastian Golebiewski 5393b8a77a
[DOCS] Performance hint and thread scheduling update (#24946)
Fixing reference and formatting. Proofreading.
2024-06-11 10:08:07 +00:00
Sebastian Golebiewski 1144a66a9b
[DOCS] Updating interactive tutorials (#24886) 2024-06-10 05:34:50 +00:00
Tatiana Savina bb179c69d1
[DOCS] CPU perf hints doc review (#24827)
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
2024-06-07 11:46:26 +00:00
Yamini Nimmagadda 9e662351e8
torch.compile documentation updates for 2024.2 (#24803)
### Details:
 - Updated 'How to Use' and 'Options' sections
 - Added quantization and torchserve sections

---------

Co-authored-by: Mustafa Cavus <mustafa.cavus@intel.com>
Co-authored-by: suryasidd <surya.siddharth.pemmaraju@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2024-06-05 08:33:04 +00:00
Karol Blaszczak a23c9d5b5a
[DOCS] benchmark data for LLM master (#24834) 2024-06-04 09:25:38 +00:00
Katarzyna Mitrus 142114ccbc
[Op] Squeeze update - no throw on non-squeezable dims (#24715)
### Details:
- Changes needed to enable Squeeze (and models) with axes pointing to
non-squeezable dims (currently ov throws an error for such case) -
considered as backward compatible change
- If agreed to update functionality within the same version of the op,
actual changes are needed only in shape infer related functions to cover
**Template, CPU and GPU plugins**:
    -  src/core/shape_inference/include/squeeze_shape_inference.hpp
    -  src/plugins/intel_cpu/src/shape_inference/custom/reshape.cpp
    -  The rest of the changes are test related.
 - Pytorch FE Squeeze test enabled - passed

### Tickets:
 - 142387
2024-06-03 09:59:07 +00:00
Maciej Smyk 3ffac369f1
[DOCS] Moving images from index.rst for master (#24798)
Moved images included in index.rst article to articles_en/assets folder.
2024-05-31 13:12:31 +00:00
Wanglei Shen ee0a025ca0
[DOCS] introduce performance hint and threads scheduling in CPU inference (#24147)
### Details:
 - *introduce performance hint and threads scheduling in CPU inference*

### Tickets:
 - *CVS-138834*

---------

Co-authored-by: Sun Xiaoxia <xiaoxia.sun@intel.com>
2024-05-31 11:58:30 +00:00
Maciej Smyk 84cd71a71b
[DOCS] 2024.2 version update for master (#24746)
Docs version update to 2024.2
2024-05-29 09:04:29 +00:00
Karol Blaszczak cc68c6f5e1
[DOCS] fix pytorch link (#24740) 2024-05-28 11:55:13 +00:00
Karol Blaszczak c2c6fa7d1d
[DOCS] legal update and install fix (#24647) 2024-05-27 13:47:32 +00:00
Ilya Lavrenov e91c8bc099
Removed deprecated cmake vars (#24687)
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
2024-05-25 23:40:34 +04:00
Wang Wangwang 80237bf292
Revert "[DOCS] Update the document of HETERO pipeline parallelism" (#24644)
This reverts commit 03aad66230.

### Details:
Revert the commit because there are some models with stateful OPS
(assign/readvalue) not in same attention node, hetero pipeline
parallelism does not work.

### Tickets:
 - *CVS-141771*
2024-05-23 13:45:38 +00:00
Tatiana Savina f9c039418c
[DOCS] Direct to Python tab in the ovc transition guide (#24624)
### Details:
 - *item1*
 - *...*

### Tickets:
 - 140454
2024-05-23 09:20:04 +00:00
Maciej Smyk 0cd4710321
[DOCS] Assets move - images for master (#24621)
Jira: 138084

Moving image assets closer to the source files.
2024-05-22 14:00:50 +00:00
Daniil Lyakhov 58e6ba6a85
PyTorch QAT to PTQ documentation update (#24363)
### Details:
QAT documentation for NNCF Torch and NNCF Tensorflow is spitted on two
pages

* quantization-aware-training-pytorch.rst is QAT by `nncf.quantize`
method documentation
* quantization-aware-training-tensorflow.rst file is a copy of original
quantization-aware-training.rst without the PyTorch part

Link to generated doc:

http://openvino-doc.iotg.sclab.intel.com/nncf-docs/openvino-workflow/model-optimization-guide/compressing-models-during-training.html


### Tickets:
 - 129586

---------

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2024-05-22 13:22:55 +00:00
Katarzyna Mitrus 0a5a369efa
[Op] ROIAlignRotated version alignment from opset14 to opset15 (#24585)
### Details:
- ROIAlignRotated as added within 2024.2, should be moved to the latest
opset15


### Tickets:
 - 141682
2024-05-22 13:06:06 +00:00
Sebastian Golebiewski 09c05f12a0
[DOCS] Limitation of BF16 inference precision for LLMs (#24501)
Creating `Limitation of the bf16 inference precision` section to
describe an issue of higher accuracy loss than the pre-determined
threshold of 0.5% and present possible solutions.
This PR addresses JIRA ticket: 138832.
2024-05-22 08:45:26 +00:00
Katarzyna Mitrus b71eab2555
[Spec][Internal][Op] Specification for RMS internal op (#24564)
### Details:
- Dev documentation for the existing
[internal::RMS](70142121c1/src/common/transformations/include/ov_ops/rms.hpp)
op
(specified as is without any additional features, to be developed and
updated if needed)
- RMS was created initially as a [custom gpu
RMS](9fadb5ac64/src/plugins/intel_gpu/include/intel_gpu/op/rms.hpp)
operation, and it's going to be moved to op::internal::RMS to be
available for common transformations
- Similar approach as it was done for AUGRUCell/AUGRUSeqence, so the
place for such documents has been already agreed and it's not a part of
the official web docs tree
 
### Tickets:
 - 134914, dicsussion 129027
2024-05-21 14:20:35 +00:00
Piotr Krzemiński d6c4775e54
[Reference][CPU] Inverse correctly computes adjoint (#24071)
### Details:
 - Changed from the adjugate matrix to transpose of the matrix

### Tickets:
 - 138715

---------

Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
2024-05-20 07:14:30 +00:00
Wang Wangwang 03aad66230
[DOCS] Update the document of HETERO pipeline parallelism (#24470)
### Details:
 - Update the document of HETERO pipeline parallelism

### Tickets:
 - *CVS-138199*
2024-05-17 08:27:48 +00:00
Maciej Smyk 2f313179d0
[DOCS] Assets move - snippets for master (#24510)
Jira: 138084

Moving snippets assets closer to the source files.
2024-05-16 11:47:29 +00:00
Przemyslaw Wysocki 9280cec95c
[Opset15][Spec] Col2Im-15 specification (#23947)
### Details:
- Similar in functionality to
https://pytorch.org/docs/stable/generated/torch.nn.Fold.html, `Col2Im`
is `torch.nn.Fold` restricted to two output spatial dimensions
- Some `Col2Im` related discussions:
https://github.com/openvinotoolkit/openvino/issues/20549

### Related PRs
- https://github.com/openvinotoolkit/openvino/pull/24197

### Tickets:
 - CVS-133358
2024-05-16 11:04:43 +00:00
Alessandro de Oliveira Faria (A.K.A.CABELO) 5cff5d7e1d
OpenVINO at the openSUSE Factory - cabelo@opensuse.org (#24519)
@tadamczx and @ilya-lavrenov It took a while but I delivered what was
promised, openVINO at the official openSUSE factory. It took more than 6
months of work to get approval from the community...

---------

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2024-05-15 20:23:47 +00:00
Mingyu Kim d203f80943
[GPU][Doc] doc update (#24318) 2024-05-10 04:41:05 +00:00
Sebastian Golebiewski 7d76ad547c
[DOCS] Adding 2022.3.2 release to Selector Tool (#24434)
Porting: https://github.com/openvinotoolkit/openvino/pull/24424
2024-05-09 08:51:24 +00:00
Sebastian Golebiewski 2140a1ef28
[DOCS] Enabling GPU for inference on systems with conda-forge (#24390)
Adding instructions for installation of `opencl-icd-system` package
which enables users to select a GPU device for OpenVINO inference.
2024-05-07 11:10:54 +00:00
Alessandro de Oliveira Faria (A.K.A.CABELO) 5c656ff096
openSUSE in System Requirements (#24281) 2024-05-03 20:18:13 +00:00
Andrzej Kopytko 25f211ee75
DOCS Banchmark full update to master from 24 1 port (#24313)
this port to master for:
https://github.com/openvinotoolkit/openvino/pull/24144
https://github.com/openvinotoolkit/openvino/pull/24230
https://github.com/openvinotoolkit/openvino/pull/24256

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2024-04-30 07:49:31 +00:00
Sebastian Golebiewski abc40f31d4
[DOCS] Fixing code snippet in Weight Compression (#24306)
Fixing code snippet for 4-bit compression in `Weight Compression`
article.
2024-04-29 13:43:47 +00:00
Sebastian Golebiewski 1261e98ff8
[DOCS] New notebooks update for master (#24134)
Updating interactive tutorials and documentation. Applying new naming
convention for notebooks.
2024-04-29 13:29:29 +04:00
Alessandro de Oliveira Faria (A.K.A.CABELO) 768e4e1c6c
Support and compatibility with official openSUSE repository (#24208)
@ilya-lavrenov 
Thank you very much for your patience and support.

It took a while to complete the official publication in the science
repository of the openSUSE Tumbleweed distribution.

The result is gratifying, as it was a lot of work to make Intel and
openSUSE technical policies compatible (it took 3 months of work).

Evidence: 
Upcoming tasks
- Add 15.4. 15.5 and 15.6 (This will be faster)
- Add to default repository in progress.

https://build.opensuse.org/request/show/1168442
https://software.opensuse.org/package/openvino

https://software.opensuse.org/download/package?package=openvino&project=science

---------

Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
2024-04-27 11:03:56 +00:00
Sebastian Golebiewski 8c9c6016c1
[DOCS] Update archive links - porting to master (#24264)
Porting:
https://github.com/openvinotoolkit/openvino/pull/24203
2024-04-26 17:17:16 +00:00
Maciej Smyk 3ef2cec8b0
[DOCS] Add docs for names and torch.export usage with OV for master (#24267)
Port from https://github.com/openvinotoolkit/openvino/pull/24206
2024-04-26 17:16:42 +00:00
Patrik Stepan 497c7cda79
Update NPU Device documentation (#24204)
### Details:
 - *Add links to driver installation guides*
 - *Add short context about compiler in driver*
 - *Update the list of supported properties*
 - *Remove invalid limitations*

### Tickets:
 - *E-119403*
2024-04-23 17:05:25 +00:00
Aleksandr Voron 5d34af8b03
[CPU][ARM] Update ARM documentation - f16 support (#24182)
Add fp16 details

Co-authored-by: Tatiana Savina <tatiana.savina@intel.com>
2024-04-23 10:16:57 +00:00
Karol Blaszczak 6cf386327e
[DOCS] release policy adjustment (#24145) 2024-04-23 10:12:10 +00:00
Maciej Smyk 3c0ef54dc9
[DOCS] Fixing Tensor Names examples in Model Representation for master (#23482)
Jira: 134485

* Fixed examples of Tensor Names,
* Added an example of ov::element::Type for both Python and C++
2024-04-22 15:01:43 +00:00
Maciej Smyk f9f41bd52e
[DOCS] Removal of openvino_ts backend from torch.compile for master (#24074)
Removed information on openvino_ts backend from user documentation.

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2024-04-22 12:12:20 +00:00
Karol Blaszczak fe840924c8
[DOCS] language in Quantization article master (#24075) 2024-04-18 13:16:45 +00:00
Mateusz Mikolajczyk d4c7063d17
[Spec][Opset15] Add ScatterNdUpdate-15 specification (#23443)
### Details:
 - *Specification for ScatterNdUpdate-15*
 - *Add reduction attribute*
 - *Improve compatibility with TF TensorScattterUpdate op

### Tickets:
 - *11089*
2024-04-18 05:18:18 +00:00
Maciej Smyk 8f9459a6d7
[DOCS] Release Policy + torch.compile updates for master (#22881)
* Created new article about Release Policy,
* Moved System Requirements Article under Release Notes.
* Removed environment variables info from torch.compile article.

Jira: 132590

---------

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2024-04-16 12:10:32 +00:00
Piotr Kowalczyk 1475ef1364
[Spec]: Specification of ROIAlignRotated (#23397)
### Details:
 - adds specification for ROIAlignRotated
- the main difference between ROIAlign and ROIAlignRotated is that new
op has angle parameters which allows to rotate proposal's box.

### Tickets:
 - *CVS-115296*

---------

Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com>
Co-authored-by: Mateusz Mikolajczyk <mateusz.mikolajczyk@intel.com>
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
2024-04-11 04:51:20 +00:00
Karol Blaszczak b697c485ac
[DOCS] old fix for yolo article master (#23939) 2024-04-10 10:13:23 +00:00
Tatiana Savina 662e95ce2b
[DOCS] Tokenizer article (#23749)
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
2024-04-08 09:35:36 +00:00
Ilya Lavrenov edc30e6583
Recommend to set LD_LIBRARY_PATH to point to conda libraries (#23897)
### Details:
 - Recommend to set LD_LIBRARY_PATH to point to conda libraries

### Tickets:
 - CVS-134534

---------

Co-authored-by: Yaroslav Tarkan <yaroslav.tarkan@intel.com>
2024-04-07 13:44:08 +00:00
Maciej Smyk 9660502d3e
[DOCS] Typo fix in Conversion Parameters article for master (#23864)
Added missing comma in Python code in the Conversion Parameters article.

Jira: 137610
2024-04-05 14:25:36 +00:00
Tatiana Savina 2a95bb7ef8
[DOCS] Add specific MS Windows version for NPU (#23869)
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
2024-04-04 12:47:31 +00:00
Maxim Vafin ce1905f507
[DOCS] Update supported pytorch ops list for 24.1 (#23863)
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
2024-04-04 10:27:14 +00:00