Skip to content

Commit cab3882

Browse files
authored
[DOCS] Port API ref link (#26200)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
1 parent 1176df0 commit cab3882

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ OpenVINO GenAI Flavor includes the following API:
317317
318318
* visibility - controls the visibility of the GenAI library.
319319
320-
Learn more about API in the `GenAI repository <https://github.com/openvinotoolkit/openvino.genai/tree/master/src/cpp/include/openvino/genai>`__.
320+
321+
Learn more in the `GenAI API reference <https://docs.openvino.ai/2024/api/genai_api/api.html>`__.
321322
322323
Additional Resources
323324
####################

docs/articles_en/openvino-workflow/model-optimization-guide/weight-compression.rst

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ Weight compression is a technique for enhancing the efficiency of models,
77
especially those with large memory requirements. This method reduces the model's
88
memory footprint, a crucial factor for Large Language Models (LLMs).
99

10-
Weight compression is a technique for enhancing the efficiency of models,
11-
especially those with large memory requirements. This method reduces the model's
12-
memory footprint, a crucial factor for Large Language Models (LLMs).
13-
1410
Unlike full model quantization, where weights and activations are quantized,
1511
weight compression in `Neural Network Compression Framework (NNCF) <https://github.com/openvinotoolkit/nncf>`__
1612
only targets the model's weights. This approach allows the activations to remain as

0 commit comments

Comments
 (0)