Skip to content

Commit

Permalink
make 2.5 whl pypi compatible (#8268)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 authored Oct 17, 2024
1 parent fbede65 commit f1c8626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/ansible/roles/build_srcs/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- name: Build PyTorch/XLA
ansible.builtin.command:
cmd: python setup.py bdist_wheel
cmd: python setup.py bdist_wheel -p manylinux_2_28_x86_64
chdir: "{{ (src_root, 'pytorch/xla') | path_join }}"
environment: "{{ env_vars }}"

Expand Down

0 comments on commit f1c8626

Please sign in to comment.