Skip to content

Commit c23fd48

Browse files
authored
Add CentOS to the supported host OS (pytorch#16021)
Updated the prerequisites section to include additional supported Linux distributions for the QNN Backend.
1 parent ccc5eb0 commit c23fd48

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/source/backends-qualcomm.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,23 @@ Currently, this ExecuTorch Backend can delegate AI computations to Hexagon proce
3636

3737
### Host OS
3838

39-
The Linux host operating system that QNN Backend is verified with is Ubuntu 22.04 LTS x64
40-
at the moment of updating this tutorial.
41-
In addition, it is also confirmed to work on Windows Subsystem for Linux (WSL) with Ubuntu 22.04.
42-
Usually, we verified the backend on the same OS version which QNN is verified with.
43-
The version is documented in QNN SDK.
39+
The QNN Backend is currently verified on the following Linux host operating systems:
40+
41+
- **Ubuntu 22.04 LTS (x64)**
42+
- **CentOS Stream 9**
43+
- **Windows Subsystem for Linux (WSL)** with Ubuntu 22.04
44+
45+
In general, we verify the backend on the same OS versions that the QNN SDK is officially validated against.
46+
The exact supported versions are documented in the QNN SDK.
4447

4548
#### Windows (WSL) Setup
49+
4650
To install Ubuntu 22.04 on WSL, run the following command in PowerShell or Windows Terminal:
47-
``` bash
51+
52+
```bash
4853
wsl --install -d ubuntu 22.04
4954
```
55+
5056
This command will install WSL and set up Ubuntu 22.04 as the default Linux distribution.
5157

5258
For more details and troubleshooting, refer to the official Microsoft WSL installation guide:

0 commit comments

Comments
 (0)