Skip to content

Commit

Permalink
fix typo in python/llm/scripts/README.md (#11536)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuxin2012 authored Jul 9, 2024
1 parent 099486a commit 69701b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/llm/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 |
+-----------+--------------------------------------------------------------------------------------+
```
```

0 comments on commit 69701b3

Please sign in to comment.