Deep Learning examples using the Jax ecosystem of libraries
Important
Ensure that you've uv installed.
uv sync
source .venv/bin/activateTip
You can also use the provided devcontainer configuration.
devcontainer up --workspace-folder .# inside the project root
jupyter labjax-metal has long been unmaintained and the subsequent updates to the jax project have made it incompatible. This project uses a community developed extension called jax-mps. To run a script with mps support, set the env var JAX_PLATFORMS=mps. Example:
JAX_PLATFORMS=mps uv run utils/device.pyInside jupyter notebooks as well, set the env var.