diff --git a/docs/source/openvino/export.mdx b/docs/source/openvino/export.mdx index af6bdc7b3c..53f71c13db 100644 --- a/docs/source/openvino/export.mdx +++ b/docs/source/openvino/export.mdx @@ -103,7 +103,7 @@ Models larger than 1 billion parameters are exported to the OpenVINO format with optimum-cli export openvino --model meta-llama/Meta-Llama-3-8B --task text-generation-with-past ov_llama/ ``` -The `-with-past` suffix enable the re-use of past keys and values. This allows to avoid recomputing the same intermediate activations during the generation. to export the model without, you will need to remove this suffix. +The `-with-past` suffix enable the re-use of past keys and values. This allows to avoid recomputing the same intermediate activations at each generation step. To export the model without, you will need to remove this suffix. | With K-V cache | Without K-V cache | |------------------------------------------|--------------------------------------|