Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 210 Bytes

Environment

Create a new environment and install base requirements If Cuda is available further install jax[cuda12]

conda create Tic python=3.12
conda activate Tic
pip install -r requirements.txt