Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ee3019

Browse files
committedAug 21, 2024·
add phi3 agent support
1 parent b42c864 commit 9ee3019

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎notebooks/llm-agent-react/llm-agent-rag-llamaindex.ipynb

-4
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,7 @@
8383
"\n",
8484
"%pip uninstall -q -y optimum optimum-intel\n",
8585
"%pip install -q --extra-index-url https://download.pytorch.org/whl/cpu \\\n",
86-
<<<<<<< HEAD
8786
"\"llama-index\" \"llama-index-readers-file\" \"llama-index-llms-openvino>=0.2.2\" \"llama-index-embeddings-openvino>=0.2.0\" \"transformers>=4.40\"\n",
88-
=======
89-
"\"llama-index\" \"pymupdf\" \"llama-index-readers-file\" \"llama-index-llms-openvino>=0.2.2\" \"llama-index-embeddings-openvino>=0.2.0\" \"transformers>=4.40\"\n",
90-
>>>>>>> upstream/latest
9187
"\n",
9288
"%pip install -q \"git+https://github.com/huggingface/optimum-intel.git\" \\\n",
9389
"\"git+https://github.com/openvinotoolkit/nncf.git\" \\\n",

0 commit comments

Comments
 (0)
Please sign in to comment.