Skip to content

Commit f80c96a

Browse files
authored
fix conversion command llama in llamaindex agent (#2671)
1 parent b393399 commit f80c96a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
" if repo_name == \"OpenVINO\":\n",
222222
" hf_hub.snapshot_download(llm_model_id.value, local_dir=llm_model_path)\n",
223223
" else:\n",
224-
" optimum_cli(llm_model_id.value, llm_model_path, additional_args=-{\"task\": \"text-generation-with-past\", \"weight-format\": \"int4\"})"
224+
" optimum_cli(llm_model_id.value, llm_model_path, additional_args={\"task\": \"text-generation-with-past\", \"weight-format\": \"int4\"})"
225225
]
226226
},
227227
{

0 commit comments

Comments
 (0)