Skip to content

Commit

Permalink
Fix error in llm-rag-llamaindex.ipynb (#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-dev-samples committed Sep 10, 2024
1 parent 406f894 commit 92cce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/llm-rag-llamaindex/llm-rag-llamaindex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@
}
],
"source": [
"llm_device = utils.device_widget(\"CPU\", exclude=[\"NPU\"])\n",
"llm_device = device_widget(\"CPU\", exclude=[\"NPU\"])\n",
"llm_device"
]
},
Expand Down

0 comments on commit 92cce9b

Please sign in to comment.