Skip to content

Commit

Permalink
fix typo (#12076)
Browse files Browse the repository at this point in the history
* fix typo

* fix
  • Loading branch information
rnwang04 authored Sep 13, 2024
1 parent 3f0b24a commit a767438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mddocs/Quickstart/llama_cpp_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the demo of running LLaMA2-7B on Intel Arc GPU below.
> [!NOTE]
> Starting from `ipex-llm[cpp]==2.2.0b20240912`, oneAPI dependency of `ipex-llm[cpp]` on Windows will switch from `2024.0.0` to `2024.2.1` .
>
> For this update, it's necessary to create a new conda environment to install the latest version on Windows. If you directly upgrade to `ipex-llm[cpp]>=2.2.0b20240912` in the previous cpp conda environment, you may encounter the error `Can't find syml7. dll`.
> For this update, it's necessary to create a new conda environment to install the latest version on Windows. If you directly upgrade to `ipex-llm[cpp]>=2.2.0b20240912` in the previous cpp conda environment, you may encounter the error `Can't find sycl7.dll`.
## Table of Contents
- [Prerequisites](./llama_cpp_quickstart.md#0-prerequisites)
Expand Down
2 changes: 1 addition & 1 deletion docs/mddocs/Quickstart/ollama_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the demo of running LLaMA2-7B on Intel Arc GPU below.
> [!NOTE]
> Starting from `ipex-llm[cpp]==2.2.0b20240912`, oneAPI dependency of `ipex-llm[cpp]` on Windows will switch from `2024.0.0` to `2024.2.1` .
>
> For this update, it's necessary to create a new conda environment to install the latest version on Windows. If you directly upgrade to `ipex-llm[cpp]>=2.2.0b20240912` in the previous cpp conda environment, you may encounter the error `Can't find syml7. dll`.
> For this update, it's necessary to create a new conda environment to install the latest version on Windows. If you directly upgrade to `ipex-llm[cpp]>=2.2.0b20240912` in the previous cpp conda environment, you may encounter the error `Can't find sycl7.dll`.
## Table of Contents
- [Install IPEX-LLM for Ollama](./ollama_quickstart.md#1-install-ipex-llm-for-ollama)
Expand Down

0 comments on commit a767438

Please sign in to comment.