docs: fix typo in openvino document (#19627)

pull/16932/head^2
Ethan Yang 3 months ago committed by GitHub
parent 1c27de6ce2
commit 28cd5522c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)"
]
},
{

Loading…
Cancel
Save