Skip to content

Commit

Permalink
More branch cut changes (#8488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengyifei authored Dec 12, 2024
1 parent 142e702 commit cfe54bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .torch_pin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release/2.6
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 cfe54bf

Please sign in to comment.