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 ad76b20 commit b052893Copy full SHA for b052893
infra/ansible/roles/build_srcs/tasks/main.yaml
@@ -25,7 +25,7 @@
25
26
- name: Build PyTorch
27
ansible.builtin.command:
28
- cmd: python setup.py bdist_wheel
+ cmd: python setup.py bdist_wheel -p manylinux_2_28_x86_64
29
chdir: "{{ (src_root, 'pytorch') | path_join }}"
30
creates: "{{ (src_root, 'pytorch/dist/*.whl') | path_join }}"
31
# Set `USE_CUDA=0` as PyTorch cannot be used with GPU in eager and XLA mode.
0 commit comments