Skip to content

Commit

Permalink
[DOCS] updating links to GenAI (#28248)
Browse files Browse the repository at this point in the history
connected to:
openvinotoolkit/openvino.genai#1411

Co-authored-by: Andrzej Kopytko <[email protected]>
  • Loading branch information
kblaszczak-intel and akopytko authored Jan 3, 2025
1 parent 0fb9e72 commit 2bdaf5a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/articles_en/about-openvino/release-notes-openvino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ Previous 2024 releases
* New samples and pipelines are now available:

* An example IterableStreamer implementation in
`multinomial_causal_lm/python sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/multinomial_causal_lm>`__
`multinomial_causal_lm/python sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python//text_generation/multinomial_causal_lm>`__

* GenAI compilation is now available as part of OpenVINO via the –DOPENVINO_EXTRA_MODULES CMake
option.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ make sure to :doc:`install OpenVINO with GenAI <../../get-started/install-openvi
For more information, refer to the
`Python sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/chat_sample/>`__.
`Python sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/text_generation/chat_sample/>`__.

.. tab-item:: C++
:sync: cpp
Expand Down Expand Up @@ -415,7 +415,7 @@ make sure to :doc:`install OpenVINO with GenAI <../../get-started/install-openvi
For more information, refer to the
`C++ sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/chat_sample/>`__
`C++ sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation/chat_sample/>`__


.. dropdown:: Using GenAI with Vision Language Models
Expand Down Expand Up @@ -803,7 +803,7 @@ runs prediction of the next K tokens, thus repeating the cycle.
For more information, refer to the
`Python sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/speculative_decoding_lm/>`__.
`Python sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/python/text_generation/speculative_decoding_lm/>`__.


.. tab-item:: C++
Expand Down Expand Up @@ -859,7 +859,7 @@ runs prediction of the next K tokens, thus repeating the cycle.
For more information, refer to the
`C++ sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/speculative_decoding_lm/>`__
`C++ sample <https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/text_generation/speculative_decoding_lm/>`__



Expand Down
45 changes: 23 additions & 22 deletions docs/sphinx_setup/_static/conformance_files/pytorch_ops.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Operation Name,Limitation
aten::__and__,
aten::__derive_index,
aten::__getitem__,
Expand Down Expand Up @@ -39,7 +40,7 @@ aten::amax,
aten::amin,
aten::aminmax,
aten::any,
aten::append , Supported in limited set of patterns
aten::append,Supported in limited set of patterns
aten::arange,
aten::argmax,
aten::argmin,
Expand All @@ -65,7 +66,7 @@ aten::bitwise_or,
aten::bitwise_xor,
aten::bmm,
aten::Bool,
aten::broadcast_tensors , Supported in limited set of patterns
aten::broadcast_tensors,Supported in limited set of patterns
aten::broadcast_to,
aten::bucketize,
aten::cat,
Expand All @@ -75,7 +76,7 @@ aten::ceil_,
aten::celu,
aten::celu_,
aten::channel_shuffle,
aten::chunk , Supported in limited set of patterns
aten::chunk,Supported in limited set of patterns
aten::clamp,
aten::clamp_,
aten::clamp_max,
Expand All @@ -86,7 +87,7 @@ aten::clip,
aten::clip_,
aten::clone,
aten::col2im,
aten::complex , Supported in limited set of patterns
aten::complex,Supported in limited set of patterns
aten::concat,
aten::contiguous,
aten::conv1d,
Expand All @@ -112,7 +113,7 @@ aten::div_,
aten::dot,
aten::dropout,
aten::dropout_,
aten::einsum , Supported in limited set of patterns
aten::einsum,Supported in limited set of patterns
aten::elu,
aten::elu_,
aten::embedding,
Expand All @@ -134,8 +135,8 @@ aten::eye,
aten::fake_quantize_per_channel_affine,
aten::fake_quantize_per_tensor_affine,
aten::feature_dropout,
aten::fft_irfftn , Supported in limited set of patterns
aten::fft_rfftn , Supported in limited set of patterns
aten::fft_irfftn,Supported in limited set of patterns
aten::fft_rfftn,Supported in limited set of patterns
aten::fill,
aten::fill_,
aten::fill_diagonal_,
Expand Down Expand Up @@ -167,8 +168,8 @@ aten::hardswish_,
aten::hardtanh,
aten::hardtanh_,
aten::im2col,
aten::imag , Supported in limited set of patterns
aten::index , Supported in limited set of patterns
aten::imag,Supported in limited set of patterns
aten::index,Supported in limited set of patterns
aten::index_add,
aten::index_add_,
aten::index_copy_,
Expand Down Expand Up @@ -250,7 +251,7 @@ aten::new_full,
aten::new_ones,
aten::new_zeros,
aten::nonzero,
aten::nonzero_numpy , Supported in limited set of patterns
aten::nonzero_numpy,Supported in limited set of patterns
aten::norm,
aten::normal,
aten::normal_,
Expand All @@ -276,10 +277,10 @@ aten::rand_like,
aten::randint,
aten::randn,
aten::randn_like,
aten::real , Supported in limited set of patterns
aten::real,Supported in limited set of patterns
aten::reciprocal,
aten::reciprocal_,
aten::reflection_pad2d , Supported in limited set of patterns
aten::reflection_pad2d,Supported in limited set of patterns
aten::relu,
aten::relu6,
aten::relu6_,
Expand Down Expand Up @@ -323,13 +324,13 @@ aten::slice,
aten::softmax,
aten::softplus,
aten::sort,
aten::split , Supported in limited set of patterns
aten::split_with_sizes , Supported in limited set of patterns
aten::split,Supported in limited set of patterns
aten::split_with_sizes,Supported in limited set of patterns
aten::sqrt,
aten::sqrt_,
aten::square,
aten::squeeze,
aten::stack , Supported in limited set of patterns
aten::stack,Supported in limited set of patterns
aten::std,
aten::std_mean,
aten::sub,
Expand All @@ -344,7 +345,7 @@ aten::tan_,
aten::tanh,
aten::tanh_,
aten::tensor,
aten::tensor_split , Supported in limited set of patterns
aten::tensor_split,Supported in limited set of patterns
aten::tile,
aten::to,
aten::topk,
Expand All @@ -354,7 +355,7 @@ aten::tril_,
aten::triu,
aten::triu_,
aten::type_as,
aten::unbind , Supported in limited set of patterns
aten::unbind,Supported in limited set of patterns
aten::unflatten,
aten::unfold,
aten::unsqueeze,
Expand All @@ -379,21 +380,21 @@ ov_ext::embedding,
ov_ext::linear,
prim::Constant,
prim::device,
prim::DictConstruct , Supported in limited set of patterns
prim::DictConstruct,Supported in limited set of patterns
prim::GetAttr,
prim::If,
prim::is_cuda,
prim::ListConstruct,
prim::ListUnpack,
prim::Loop,
prim::max , Supported in limited set of patterns
prim::min , Supported in limited set of patterns
prim::max,Supported in limited set of patterns
prim::min,Supported in limited set of patterns
prim::NumToTensor,
prim::PythonOp,
prim::requires_grad,
prim::TupleConstruct , Supported in limited set of patterns
prim::TupleConstruct,Supported in limited set of patterns
prim::TupleIndex,
prim::TupleUnpack , Supported in limited set of patterns
prim::TupleUnpack,Supported in limited set of patterns
prim::type,
quantized::add,
quantized::add_relu,
Expand Down
Binary file modified docs/sphinx_setup/_static/download/GenAI_Quick_Start_Guide.pdf
Binary file not shown.

0 comments on commit 2bdaf5a

Please sign in to comment.