Skip to content

Commit b12b9dc

Browse files
authored
Update using_openvino_models.py
1 parent 38fb125 commit b12b9dc

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

‎examples/Models/using_openvino_models.py‎

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,9 @@
2424
print("\nto run this example, you need to install openvino_genai first, e.g., pip3 install openvino_genai")
2525

2626

27-
# we will be adding more OpenVino models to the default catalog, but we currently support:
28-
# -- bling-tiny-llama-ov
29-
# -- bling-phi-3-ov
30-
# -- phi-3-ov
31-
# -- qwen2.5-1.5b-ov
32-
# -- qwen2.5-3b-ov
33-
# -- qwen2.5-0.5b-ov
34-
# -- dragon-llama2-ov
35-
# -- dragon-mistral-ov
36-
# -- dragon-yi-9b-ov
37-
# -- slim-extract-tiny-ov
38-
# -- slim-extract-phi-3-ov
39-
# -- slim-sentiment-ov
27+
# as of llmware 0.3.8, we have integrated the Model Depot collection into the default llmware model catalog
28+
# please check out home page in Huggingface for a complete view of the collection
29+
# https://www.huggingface.co/llmware
4030

4131
# to add your own OpenVino models, please see the example 'adding_openvino_or_onnx_model.py'
4232

0 commit comments

Comments
 (0)