Back to jax

JAX CI Utility Scripts

ci/utilities/README.md

0.3.25835 B
Original Source

JAX CI Utility Scripts

This docpage gives a brief overview of the different utility scripts and what they are used for.

  • setup_build_environment.sh: Sets up the build environment such as cloning the latest XLA, adjusting file paths (for Windows), etc.
  • convert_msys_paths_to_win_paths.py: Converts MSYS Linux-like paths stored in env variables to Windows paths.
  • install_wheels_locally.sh: Used by Pytest scripts to install JAX wheels and any additional extras on the system.
  • run_auditwheel.sh: Verifies that the Linux artifacts are "manylinux" compliant.
  • run_docker_container.sh: Runs a Docker container called "jax". Images are read from the JAXCI_DOCKER_IMAGE environment variable in ci/envs/docker.env.