Skip to content

Commit

Permalink
Update llama_2_llama_cpp.ipynb (#10745)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirnar committed Feb 15, 2024
1 parent 415d23d commit be26e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/llm/llama_2_llama_cpp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"source": [
"from llama_index.core import SimpleDirectoryReader, VectorStoreIndex\n",
"from llama_index.llms.llama_cpp import LlamaCPP\n",
"from llama_index.core.llms.llama_utils import (\n",
"from llama_index.llms.llama_cpp.llama_utils import (\n",
" messages_to_prompt,\n",
" completion_to_prompt,\n",
")"
Expand Down

0 comments on commit be26e8e

Please sign in to comment.