mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-05 03:02:35 +00:00
docs: fix typo in openvino document (#19627)
This commit is contained in:
parent
1c27de6ce2
commit
28cd5522c2
@ -95,7 +95,7 @@
|
|||||||
"ov_pipe = pipeline(\n",
|
"ov_pipe = pipeline(\n",
|
||||||
" \"text-generation\", model=ov_model, tokenizer=tokenizer, max_new_tokens=10\n",
|
" \"text-generation\", model=ov_model, tokenizer=tokenizer, max_new_tokens=10\n",
|
||||||
")\n",
|
")\n",
|
||||||
"hf = HuggingFacePipeline(pipeline=ov_pipe)"
|
"ov_llm = HuggingFacePipeline(pipeline=ov_pipe)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user