Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nitish1295
nitish1295 / jaxlib_windows.md
Last active March 31, 2023 03:26
Installing jaxlib for windows

Before using the steps below, you might want to check the issue google/jax#5795. I think if this has closed then pip install jaxlib should work on windows

This workaround is based on cloudhan/jax-windows-builder

Pre Install NOTE If you have a prior installation of jax remove it.

  • Check if jax is installed using pip show jax
  • Uninstall using pip uninstall jax

Steps for Installation