-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libtorch: fix python3
reference.
#110116
libtorch: fix python3
reference.
#110116
Conversation
Rerun CI tests with Python 3.10.7 (#109777). |
@carlocab Could you help with either removing the |
It seems that PyTorch fails to build on Intel Mac (pytorch/pytorch#85956). |
Should this pull request be cherry-picked into #111889? |
Done. We need a long build slot to test again. |
@cho-m Could you help with adding |
We might also want to have this depend on |
I'm turning off |
b06d5bf
to
9eca6b7
Compare
Now I see what the problem is - we need grab the newer version of |
Everything worked in the local build I ran on my Intel Mac so I'm hoping we'll have a successful run here now. |
@carlocab I think these changes are still compatible with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No opposition to this has been raised so I am going to approve and merge this.
See #110462.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?