Skip to content

Commit be26e8e

Browse files
authored
Update llama_2_llama_cpp.ipynb (#10745)
1 parent 415d23d commit be26e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/llm/llama_2_llama_cpp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"source": [
5656
"from llama_index.core import SimpleDirectoryReader, VectorStoreIndex\n",
5757
"from llama_index.llms.llama_cpp import LlamaCPP\n",
58-
"from llama_index.core.llms.llama_utils import (\n",
58+
"from llama_index.llms.llama_cpp.llama_utils import (\n",
5959
" messages_to_prompt,\n",
6060
" completion_to_prompt,\n",
6161
")"

0 commit comments

Comments
 (0)