We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b052893 commit d517649Copy full SHA for d517649
infra/ansible/roles/build_srcs/tasks/main.yaml
@@ -44,7 +44,7 @@
44
45
- name: Build PyTorch/XLA
46
ansible.builtin.command:
47
- cmd: python setup.py bdist_wheel
+ cmd: python setup.py bdist_wheel -p manylinux_2_28_x86_64
48
chdir: "{{ (src_root, 'pytorch/xla') | path_join }}"
49
environment: "{{ env_vars }}"
50
0 commit comments