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 57cce80 commit ca0a244Copy full SHA for ca0a244
infra/ansible/roles/build_srcs/tasks/main.yaml
@@ -125,7 +125,7 @@
125
loop:
126
- { dir: "{{ (src_root, 'pytorch/dist') | path_join }}", prefix: "torch" }
127
- { dir: "{{ (src_root, 'pytorch/xla/dist') | path_join }}", prefix: "torch_xla" }
128
- when: cxx11_abi
+ when: cxx11_abi | int > 0
129
130
- name: Copy wheels to /dist
131
ansible.builtin.shell: "cp {{ item }}/*.whl /dist"
@@ -173,7 +173,7 @@
173
args:
174
executable: /bin/bash
175
chdir: "/dist"
176
177
178
- name: Find Torchvision *.whl files in /dist
179
ansible.builtin.find:
0 commit comments