File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515# ==============================================================================
1616#
17- <<< <<< < HEAD
18- # Install wheels stored in `JAXCI_OUTPUT_DIR` locally using the Python binary
19- # set in JAXCI_PYTHON. Use the absolute path to the `find` utility to avoid
20- # using the Windows version of `find` on Msys.
21- =======
2217# Install wheels stored in `JAXCI_OUTPUT_DIR` on the system using the Python
2318# binary set in JAXCI_PYTHON. Use the absolute path to the `find` utility to
2419# avoid using the Windows version of `find` on Msys.
25- >>>>>>> 5ade371c88a1f879556ec29867b173da49ae57f0
2620WHEELS=( $( /usr/bin/find " $JAXCI_OUTPUT_DIR /" -type f \( -name " *jaxlib*" -o -name " *jax*cuda*pjrt*" -o -name " *jax*cuda*plugin*" \) ) )
2721
2822if [[ -z " $WHEELS " ]]; then
You can’t perform that action at this time.
0 commit comments