Skip to content

Add Nightly releases for macos < 11 with x86_64 #1834

Closed
@ejguan

Description

@ejguan

🚀 Feature

After 2022/07/07, the nightly releases for TorchText on macos are updated to 11_0 with amd64. However, there are still use cases with x86_64. Apparently, PyTorch still provides releases for both platforms.

Motivation

This causes CI failure from TorchData side as GHA is still using 10.9 version of mac machines to execute tests. When the workflow tries to install torchtext, it will fall back to the nightly releases from 2022/07/07 with the corresponding PyTorch nightly of 2022/07/07 . As we landed a private BC-breaking change from PyTorch Core, the CI becomes red with the domain tests.

Edit: And, for my local environment, we still have a bunch of people using mac without M-series chips. Without such support, we have to compile from source of TorchText

Alternatives

Compiled from source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions