docs: fix typo in openvino document (#19627)

This commit is contained in:
Ethan Yang
2024-03-27 13:13:54 +08:00
committed by GitHub
parent 1c27de6ce2
commit 28cd5522c2

View File

@@ -95,7 +95,7 @@
"ov_pipe = pipeline(\n",
" \"text-generation\", model=ov_model, tokenizer=tokenizer, max_new_tokens=10\n",
")\n",
"hf = HuggingFacePipeline(pipeline=ov_pipe)"
"ov_llm = HuggingFacePipeline(pipeline=ov_pipe)"
]
},
{