Skip to content

Commit

Permalink
Enable ppc64le builds (triton-inference-server#291)
Browse files Browse the repository at this point in the history
Co-authored-by: mgiessing <marvin.giessing@gmail.com>
  • Loading branch information
Tabrizian and mgiessing authored Apr 18, 2023
1 parent adcbc4a commit 2147e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/library/build_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ def sed(pattern, replace, source, dest=None):
if FLAGS.linux:
if os.uname().machine == "aarch64":
platform_name = "manylinux2014_aarch64"
elif os.uname().machine == "ppc64le":
platform_name = "manylinux2014_ppc64le"
else:
platform_name = "manylinux1_x86_64"
args = [
Expand Down

0 comments on commit 2147e39

Please sign in to comment.