Skip to content

Commit

Permalink
Update llama_2_llama_cpp.ipynb (run-llama#10745)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirnar authored and Dominastorm committed Feb 28, 2024
1 parent cdb29cd commit c7f7238
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 c7f7238

Please sign in to comment.