Skip to content
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

[BE] Do not package caffe2 in wheel (#87986) #90433

Merged
merged 1 commit into from Dec 8, 2022

Commits on Dec 8, 2022

  1. [BE] Do not package caffe2 in wheel (pytorch#87986)

    If PyTorch is build without caffe2 integration, do not package unusable
    .py files/headers
    
    Same is true about functorch - don't package it unless building with `functorch` (although, I wonder if we should remove this option at some point in the future)
    
    Followup after pytorch/builder#1181
    
    Pull Request resolved: pytorch#87986
    Approved by: https://github.com/seemethere
    malfet authored and atalman committed Dec 8, 2022
    Copy the full SHA
    472dba3 View commit details
    Browse the repository at this point in the history