Skip to content

Commit d11b79c

Browse files
[DOCS] updating links to GenAI (#28250)
port: #28248 connected to: openvinotoolkit/openvino.genai#1411
1 parent a05a0aa commit d11b79c

File tree

4 files changed

+24
-30
lines changed

4 files changed

+24
-30
lines changed

docs/articles_en/about-openvino/release-notes-openvino.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Previous 2024 releases
641641
* New samples and pipelines are now available:
642642

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

646646
* GenAI compilation is now available as part of OpenVINO via the –DOPENVINO_EXTRA_MODULES CMake
647647
option.

docs/articles_en/learn-openvino/llm_inference_guide/genai-guide.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ make sure to :doc:`install OpenVINO with GenAI <../../get-started/install-openvi
417417
For more information, refer to the
418418
`C++ sample <https://github.com/openvinotoolkit/openvino.genai/tree/releases/2024/6/samples/cpp/chat_sample/>`__
419419

420-
421420
.. dropdown:: Using GenAI with Vision Language Models
422421

423422
OpenVINO GenAI introduces the ``openvino_genai.VLMPipeline`` pipeline for
@@ -805,7 +804,6 @@ runs prediction of the next K tokens, thus repeating the cycle.
805804
For more information, refer to the
806805
`Python sample <https://github.com/openvinotoolkit/openvino.genai/tree/releases/2024/6/samples/python/speculative_decoding_lm/>`__.
807806

808-
809807
.. tab-item:: C++
810808
:sync: cpp
811809

@@ -863,11 +861,6 @@ runs prediction of the next K tokens, thus repeating the cycle.
863861

864862

865863

866-
867-
868-
869-
870-
871864
Comparing with Hugging Face Results
872865
#######################################
873866

docs/sphinx_setup/_static/conformance_files/pytorch_ops.csv

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Operation Name,Limitation
12
aten::__and__,
23
aten::__derive_index,
34
aten::__getitem__,
@@ -39,7 +40,7 @@ aten::amax,
3940
aten::amin,
4041
aten::aminmax,
4142
aten::any,
42-
aten::append , Supported in limited set of patterns
43+
aten::append,Supported in limited set of patterns
4344
aten::arange,
4445
aten::argmax,
4546
aten::argmin,
@@ -65,7 +66,7 @@ aten::bitwise_or,
6566
aten::bitwise_xor,
6667
aten::bmm,
6768
aten::Bool,
68-
aten::broadcast_tensors , Supported in limited set of patterns
69+
aten::broadcast_tensors,Supported in limited set of patterns
6970
aten::broadcast_to,
7071
aten::bucketize,
7172
aten::cat,
@@ -75,7 +76,7 @@ aten::ceil_,
7576
aten::celu,
7677
aten::celu_,
7778
aten::channel_shuffle,
78-
aten::chunk , Supported in limited set of patterns
79+
aten::chunk,Supported in limited set of patterns
7980
aten::clamp,
8081
aten::clamp_,
8182
aten::clamp_max,
@@ -86,7 +87,7 @@ aten::clip,
8687
aten::clip_,
8788
aten::clone,
8889
aten::col2im,
89-
aten::complex , Supported in limited set of patterns
90+
aten::complex,Supported in limited set of patterns
9091
aten::concat,
9192
aten::contiguous,
9293
aten::conv1d,
@@ -112,7 +113,7 @@ aten::div_,
112113
aten::dot,
113114
aten::dropout,
114115
aten::dropout_,
115-
aten::einsum , Supported in limited set of patterns
116+
aten::einsum,Supported in limited set of patterns
116117
aten::elu,
117118
aten::elu_,
118119
aten::embedding,
@@ -134,8 +135,8 @@ aten::eye,
134135
aten::fake_quantize_per_channel_affine,
135136
aten::fake_quantize_per_tensor_affine,
136137
aten::feature_dropout,
137-
aten::fft_irfftn , Supported in limited set of patterns
138-
aten::fft_rfftn , Supported in limited set of patterns
138+
aten::fft_irfftn,Supported in limited set of patterns
139+
aten::fft_rfftn,Supported in limited set of patterns
139140
aten::fill,
140141
aten::fill_,
141142
aten::fill_diagonal_,
@@ -167,8 +168,8 @@ aten::hardswish_,
167168
aten::hardtanh,
168169
aten::hardtanh_,
169170
aten::im2col,
170-
aten::imag , Supported in limited set of patterns
171-
aten::index , Supported in limited set of patterns
171+
aten::imag,Supported in limited set of patterns
172+
aten::index,Supported in limited set of patterns
172173
aten::index_add,
173174
aten::index_add_,
174175
aten::index_copy_,
@@ -250,7 +251,7 @@ aten::new_full,
250251
aten::new_ones,
251252
aten::new_zeros,
252253
aten::nonzero,
253-
aten::nonzero_numpy , Supported in limited set of patterns
254+
aten::nonzero_numpy,Supported in limited set of patterns
254255
aten::norm,
255256
aten::normal,
256257
aten::normal_,
@@ -276,10 +277,10 @@ aten::rand_like,
276277
aten::randint,
277278
aten::randn,
278279
aten::randn_like,
279-
aten::real , Supported in limited set of patterns
280+
aten::real,Supported in limited set of patterns
280281
aten::reciprocal,
281282
aten::reciprocal_,
282-
aten::reflection_pad2d , Supported in limited set of patterns
283+
aten::reflection_pad2d,Supported in limited set of patterns
283284
aten::relu,
284285
aten::relu6,
285286
aten::relu6_,
@@ -323,13 +324,13 @@ aten::slice,
323324
aten::softmax,
324325
aten::softplus,
325326
aten::sort,
326-
aten::split , Supported in limited set of patterns
327-
aten::split_with_sizes , Supported in limited set of patterns
327+
aten::split,Supported in limited set of patterns
328+
aten::split_with_sizes,Supported in limited set of patterns
328329
aten::sqrt,
329330
aten::sqrt_,
330331
aten::square,
331332
aten::squeeze,
332-
aten::stack , Supported in limited set of patterns
333+
aten::stack,Supported in limited set of patterns
333334
aten::std,
334335
aten::std_mean,
335336
aten::sub,
@@ -344,7 +345,7 @@ aten::tan_,
344345
aten::tanh,
345346
aten::tanh_,
346347
aten::tensor,
347-
aten::tensor_split , Supported in limited set of patterns
348+
aten::tensor_split,Supported in limited set of patterns
348349
aten::tile,
349350
aten::to,
350351
aten::topk,
@@ -354,7 +355,7 @@ aten::tril_,
354355
aten::triu,
355356
aten::triu_,
356357
aten::type_as,
357-
aten::unbind , Supported in limited set of patterns
358+
aten::unbind,Supported in limited set of patterns
358359
aten::unflatten,
359360
aten::unfold,
360361
aten::unsqueeze,
@@ -379,21 +380,21 @@ ov_ext::embedding,
379380
ov_ext::linear,
380381
prim::Constant,
381382
prim::device,
382-
prim::DictConstruct , Supported in limited set of patterns
383+
prim::DictConstruct,Supported in limited set of patterns
383384
prim::GetAttr,
384385
prim::If,
385386
prim::is_cuda,
386387
prim::ListConstruct,
387388
prim::ListUnpack,
388389
prim::Loop,
389-
prim::max , Supported in limited set of patterns
390-
prim::min , Supported in limited set of patterns
390+
prim::max,Supported in limited set of patterns
391+
prim::min,Supported in limited set of patterns
391392
prim::NumToTensor,
392393
prim::PythonOp,
393394
prim::requires_grad,
394-
prim::TupleConstruct , Supported in limited set of patterns
395+
prim::TupleConstruct,Supported in limited set of patterns
395396
prim::TupleIndex,
396-
prim::TupleUnpack , Supported in limited set of patterns
397+
prim::TupleUnpack,Supported in limited set of patterns
397398
prim::type,
398399
quantized::add,
399400
quantized::add_relu,
Binary file not shown.

0 commit comments

Comments
 (0)