Skip to content

Commit dc928ba

Browse files
committed
merge changes from upstream
1 parent 180bb1b commit dc928ba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/utilities/install_wheels_locally.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@
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
2620
WHEELS=( $(/usr/bin/find "$JAXCI_OUTPUT_DIR/" -type f \( -name "*jaxlib*" -o -name "*jax*cuda*pjrt*" -o -name "*jax*cuda*plugin*" \)) )
2721

2822
if [[ -z "$WHEELS" ]]; then

0 commit comments

Comments
 (0)