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

Closed
wants to merge 3 commits into from
Closed

Commits on Oct 29, 2022

  1. [BE] Do not package caffe2 package

    If PyTorch is build without caffe2 integration, do not package unusable
    .py files/headers
    
    Followup after pytorch/builder#1181
    malfet committed Oct 29, 2022
    Copy the full SHA
    f6c8b4f View commit details
    Browse the repository at this point in the history
  2. Small fix

    `cmake_cache_vars` does not exist everywhere, create global function to
    take care of it
    malfet committed Oct 29, 2022
    Copy the full SHA
    4e8ae96 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Don't package caffe2 folder on Windows

    Why don't we do wheels, like on other platforms
    malfet committed Oct 30, 2022
    Copy the full SHA
    d7ce594 View commit details
    Browse the repository at this point in the history