mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-01 02:43:37 +00:00
parent
2a9f40ed28
commit
9b02f7d59c
@ -8,7 +8,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"[llama-cpp-python](https://github.com/abetlen/llama-cpp-python) is a Python binding for [llama.cpp](https://github.com/ggerganov/llama.cpp).\n",
|
"[llama-cpp-python](https://github.com/abetlen/llama-cpp-python) is a Python binding for [llama.cpp](https://github.com/ggerganov/llama.cpp).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"It supports inference for [many LLMs](https://github.com/ggerganov/llama.cpp#description) models, which can be accessed on [HuggingFace](https://huggingface.co/TheBloke).\n",
|
"It supports inference for [many LLMs](https://github.com/ggerganov/llama.cpp#description) models, which can be accessed on [Hugging Face](https://huggingface.co/TheBloke).\n",
|
||||||
"\n",
|
"\n",
|
||||||
"This notebook goes over how to run `llama-cpp-python` within LangChain.\n",
|
"This notebook goes over how to run `llama-cpp-python` within LangChain.\n",
|
||||||
"\n",
|
"\n",
|
||||||
@ -203,7 +203,7 @@
|
|||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"**Consider using a template that suits your model! Check the models page on HuggingFace etc. to get a correct prompting template.**"
|
"**Consider using a template that suits your model! Check the models page on Hugging Face etc. to get a correct prompting template.**"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user