[Doc] Remove mention of Intel Macs (#141182)

As we are no longer supporting those.
At mention that MPS support needs Ventura+.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/141182
Approved by: https://github.com/clee2000, https://github.com/atalman
This commit is contained in:
Nikita Shulga
2024-11-21 01:05:12 +00:00
committed by PyTorch MergeBot
parent 2d52f7946b
commit 6882b398a4

View File

@ -440,8 +440,7 @@ Supported OS flavors are summarized in the table below:
| Operating System family | Architecture | Notes |
| --- | --- | --- |
| Linux | aarch64, x86_64 | Wheels are manylinux2014 compatible, i.e. they should be runnable on any Linux system with glibc-2.17 or above. |
| MacOS | arm64 | Builds should be compatible with MacOS 11 (Big Sur) or newer, but are actively tested against MacOS 14 (Sonoma). |
| MacOS | x86_64 | Requires MacOS Catalina or above, not supported after 2.2, see https://github.com/pytorch/pytorch/issues/114602 |
| MacOS | arm64 | Builds should be compatible with MacOS 11 (Big Sur) or newer, but are actively tested against MacOS 14 (Sonoma). MPS support is enabled on MacOS 13 (Ventura) or later. |
| Windows | x86_64 | Builds are compatible with Windows-10 or newer. |
# Submitting Tutorials