From 19740ab1f8a71ba2a55c8e01d633e8092351970f Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Wed, 22 Nov 2023 23:14:29 +0800 Subject: [PATCH] Add openEuler info to supported Linux distributions Add openEuler info to supported Linux distributions. - The PyTorch can be installed since openEuler 20.03 LTS. - The openEuler OS also provided PyTorch pakcage and maintained by openEuler Bigdata and AI SIG. - openEuler is an unified and open OS supports multiple processor architectures, helping promote a more robust software and hardware ecosystem through joint efforts of the community. [1] https://gitee.com/src-openeuler/pytorch [2] https://www.openeuler.org/en/ --- _get_started/installation/linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_get_started/installation/linux.md b/_get_started/installation/linux.md index 67e72908e3b1..d6886404a52d 100644 --- a/_get_started/installation/linux.md +++ b/_get_started/installation/linux.md @@ -19,6 +19,7 @@ PyTorch is supported on Linux distributions that use [glibc](https://www.gnu.org * [PCLinuxOS](https://www.pclinuxos.com/get-pclinuxos/), minimum version 2014.7 * [Slackware](http://www.slackware.com/getslack/), minimum version 14.2 * [Ubuntu](https://www.ubuntu.com/download/desktop), minimum version 13.04 +* [openEuler](https://www.openeuler.org/en/), minimum version 20.03 LTS > The install instructions here will generally apply to all supported Linux distributions. An example difference is that your distribution may support `yum` instead of `apt`. The specific examples shown were run on an Ubuntu 18.04 machine.