You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LD_LIBRARY_PATH: "${{ env.INSTALL_DIR }}/runtime/lib/intel64:${{ env.INSTALL_DIR }}/runtime/3rdparty/tbb/lib:$LD_LIBRARY_PATH"# Required for C++ samples
For more information, refer to the [Python](https://github.com/openvinotoolkit/openvino.genai/blob/master/samples/python/text_generation/chat_sample.py) and [C++](https://github.com/openvinotoolkit/openvino.genai/blob/master/samples/cpp/text_generation/chat_sample.cpp) chat samples.
Copy file name to clipboardexpand all lines: site/docs/guides/model-preparation/convert-to-openvino.mdx
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ import UseCasesNote from './_use_cases_note.mdx';
8
8
9
9
# Convert Models to OpenVINO Format
10
10
11
-
This page explains how to convert various generative AI models from Hugging Face and ModelScope to OpenVINO IR format. Refer to the [Supported Models](../../supported-models/index.mdx) for a list of available models.
11
+
This page explains how to convert various generative AI models from [Hugging Face](https://huggingface.co/) and [ModelScope](https://modelscope.cn/) to OpenVINO IR format.
12
+
Refer to the [Supported Models](../../supported-models/index.mdx) for a list of available models.
12
13
13
14
For downloading pre-converted models, see [Download Pre-Converted OpenVINO Models](./download-openvino-models.mdx).
Copy file name to clipboardexpand all lines: site/docs/guides/model-preparation/download-openvino-models.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import UseCasesNote from './_use_cases_note.mdx';
8
8
# Download Pre-Converted OpenVINO Models
9
9
10
10
OpenVINO GenAI allows to run different generative AI models (see [Supported Models](../../supported-models/index.mdx)).
11
-
While you can convert models from other frameworks (see [Convert Models to OpenVINO Format](./convert-to-openvino.mdx)), using pre-converted models can save time and effort.
11
+
While you can convert models from other frameworks (see [Convert Models to OpenVINO Format](./convert-to-openvino.mdx)), using pre-converted models from [Hugging Face](https://huggingface.co/) and [ModelScope](https://modelscope.cn/)can save time and effort.
0 commit comments