Update llama.cpp Prerequisites guide regarding oneAPI 2025.0 (#12881)

* Update llama.cpp Prerequisites guide regarding oneAPI 2025.0

* Update based on comments

* Small fix

* Small fix
This commit is contained in:
Yuwen Hu 2025-02-24 16:32:23 +08:00 committed by GitHub
parent 4f2f92afa3
commit a9c8e73a77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ IPEX-LLM's support for `llama.cpp` now is available for Linux system and Windows
#### Linux
For Linux system, we recommend Ubuntu 20.04 or later (Ubuntu 22.04 is preferred).
Visit the [Install IPEX-LLM on Linux with Intel GPU](./install_linux_gpu.md), follow [Install Intel GPU Driver](./install_linux_gpu.md#install-gpu-driver) and [Install oneAPI](./install_linux_gpu.md#install-oneapi) to install GPU driver and Intel® oneAPI Base Toolkit 2024.0.
Visit the [Install IPEX-LLM on Linux with Intel GPU](./install_linux_gpu.md), follow [Install Intel GPU Driver](./install_linux_gpu.md#install-gpu-driver) to install GPU driver for Ubuntu 22.04 (or follow the [Intel client GPU driver installation guide](https://dgpu-docs.intel.com/driver/client/overview.html) for a higher version of Ubuntu). And follow the guide [here](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=oneapi-toolkit&oneapi-toolkit-os=linux&oneapi-lin=offline) to install Intel® oneAPI Base Toolkit 2025.0.
#### Windows (Optional)

View file

@ -40,7 +40,7 @@ IPEX-LLM 现在已支持在 Linux 和 Windows 系统上运行 `llama.cpp`。
#### Linux
对于 Linux 系统,我们推荐使用 Ubuntu 20.04 或更高版本 (优先推荐 Ubuntu 22.04)。
请仔细参阅网页[在配有 Intel GPU 的 Linux 系统下安装 IPEX-LLM](./install_linux_gpu.zh-CN.md), 首先按照 [Intel GPU 驱动程序安装](./install_linux_gpu.zh-CN.md#安装-gpu-驱动程序)步骤安装 Intel GPU 驱动程序,然后参考 [oneAPI 安装](./install_linux_gpu.zh-CN.md#安装-oneapi)步骤安装 Intel® oneAPI Base Toolkit 2024.0。
对于 Ubuntu 22.04 的用户,请仔细参阅网页[在配有 Intel GPU 的 Linux 系统下安装 IPEX-LLM](./install_linux_gpu.zh-CN.md), 按照 [Intel GPU 驱动程序安装](./install_linux_gpu.zh-CN.md#安装-gpu-驱动程序)步骤安装 Intel GPU 驱动程序(针对更高的 Ubuntu 版本,我们推荐用户参考[消费级显卡驱动安装指南](https://dgpu-docs.intel.com/driver/client/overview.html))。然后,参考[此文档](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?packages=oneapi-toolkit&oneapi-toolkit-os=linux&oneapi-lin=offline)安装 Intel® oneAPI Base Toolkit 2025.0。
#### Windows (可选)