Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lv11 committed Jun 3, 2024
1 parent bf84237 commit dd11295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrations/llms/ipex_llm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# IPEX-LLM\n",
"# IPEX-LLM on Intel CPU\n",
"\n",
"> [IPEX-LLM](https://github.com/intel-analytics/ipex-llm/) is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency. \n",
"\n",
"This example goes over how to use LangChain to interact with `ipex-llm` for text generation. \n"
"This example goes over how to use LangChain to interact with `ipex-llm` for text generation on Intel CPU.\n"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/llms/ipex_llm_gpu.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"> [IPEX-LLM](https://github.com/intel-analytics/ipex-llm) is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency.\n",
"\n",
"This example goes over how to use LangChain to interact with `ipex-llm` for text generation. \n",
"This example goes over how to use LangChain to interact with `ipex-llm` for text generation on Intel GPU. \n",
"\n",
"> **Note**\n",
">\n",
Expand Down

0 comments on commit dd11295

Please sign in to comment.