Skip to content

Commit

Permalink
add patchelf as a required package in fbgemm_gpu/requirements.txt (#3574
Browse files Browse the repository at this point in the history
)

Summary:
X-link: facebookresearch/FBGEMM#662

As https://github.com/pytorch/FBGEMM/blob/4f620223837d68303097775db0afbcff8013603d/.github/scripts/fbgemm_gpu_postbuild.bash#L20 uses `patchelf`, it should be in requirements.txt

Pull Request resolved: #3574

Reviewed By: spcyppt

Differential Revision: D68224847

Pulled By: q10

fbshipit-source-id: 5d91bed8aafa1db533c01df03ce33b4f043cb884
  • Loading branch information
liligwu authored and facebook-github-bot committed Jan 16, 2025
1 parent 704cbc0 commit 9e9aa93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fbgemm_gpu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ scikit-build
setuptools
setuptools_git_versioning
tabulate
patchelf

0 comments on commit 9e9aa93

Please sign in to comment.