question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Nightly releases for macos < 11 with x86_64

See original GitHub issue

🚀 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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mthrokcommented, Jul 13, 2022

That makes sense. I think this issue from audio has the same cause.

https://github.com/pytorch/audio/issues/2536

0reactions
ejguancommented, Aug 10, 2022

Closing the issue as https://github.com/pytorch/text/pull/1835 has been merged.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Apple silicon: build and publish nightly builds #16075 - GitHub
Make element compile for both x86_64 and arm64 versions using electron 11. @jryans: Tasks needed to support this: Upgrade to Electron 11 ......
Read more >
PHENIX nightly build distribution
PHENIX nightly build distribution. These installers are built automatically using the current source code and are automatically tested.
Read more >
I can't install TensorFlow-macos a… | Apple Developer Forums
Yes, I am running python 3.8.10. And for whl files, I am using MacBook Pro 16' with intel CPU, so, I do have...
Read more >
Downloads and Installation - SPEDAS Wiki
If you have an IDL software license, then you can download and use either the SPEDAS 5.0 release or the untested the nightly...
Read more >
Installing latest rust nightly complains about missing rls ...
If [a previously installed component] is missing, rustup will automatically search for an older release that contains the required components.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found