From 69701b3ec896a934bd0d6d8863553ae0c6f6d6cd Mon Sep 17 00:00:00 2001 From: Xin Qiu Date: Tue, 9 Jul 2024 09:53:14 +0800 Subject: [PATCH] fix typo in python/llm/scripts/README.md (#11536) --- python/llm/scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/scripts/README.md b/python/llm/scripts/README.md index 72cd9fe378c..938d33685ed 100644 --- a/python/llm/scripts/README.md +++ b/python/llm/scripts/README.md @@ -3,7 +3,7 @@ ## Env-Check -The **Env-Check** scripts ([env-check.sh](./env-chec.sh), [env-check.bat](./env-chec.bat)) are designed to verify your `ipex-llm` installation and runtime environment. These scripts can help you ensure your environment is correctly set up for optimal performance. You can include the script's output when reporting issues on [IPEX Github Issues](https://github.com/intel-analytics/ipex-llm/issues) for easier troubleshooting. +The **Env-Check** scripts ([env-check.sh](./env-check.sh), [env-check.bat](./env-check.bat)) are designed to verify your `ipex-llm` installation and runtime environment. These scripts can help you ensure your environment is correctly set up for optimal performance. You can include the script's output when reporting issues on [IPEX Github Issues](https://github.com/intel-analytics/ipex-llm/issues) for easier troubleshooting. > Note: These scripts verify python installation, check for necessary packages and environmental variables, assess hardware or operating system compatibility, and identify any XPU-related issues. @@ -256,4 +256,4 @@ Hyper-V Requirements: A hypervisor has been detected. Features required for | | UUID: 00000000-0000-0003-0000-000856a08086 | | | PCI BDF Address: 0000:03:00.0 | +-----------+--------------------------------------------------------------------------------------+ -``` \ No newline at end of file +```