Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 461 Bytes

File metadata and controls

22 lines (17 loc) · 461 Bytes

JaxDiffusion

Setup Instructions

First change into the JaxDiffusion directory and follow the instructions below to set up the repository:

  1. Install uv:

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Install Python 3.11 using uv:

    uv python install 3.11
  3. Create a virtual environment with Python 3.11 and sync:

    uv venv --python 3.11
    source .venv/bin/activate
    uv sync