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

Add rpath fix to Native Publish PyTorch #1639

Merged
merged 2 commits into from
May 10, 2022
Merged

Add rpath fix to Native Publish PyTorch #1639

merged 2 commits into from
May 10, 2022

Commits on May 10, 2022

  1. Add rpath fix to Native Publish PyTorch

    This adds the install name tool fix to downloading the pytorch native libraries.
    It also updates the gradle script that runs the publish to run on osx which has
    the fixer tool instead of osx.
    
    It does have a minor breaking aspect as now the publish must be run from osx. I
    did add an early error in case it is run from a different os.
    zachgk committed May 10, 2022
    Configuration menu
    Copy the full SHA
    26cf01e View commit details
    Browse the repository at this point in the history
  2. Fix loader path

    zachgk committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e9c4689 View commit details
    Browse the repository at this point in the history