Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Peter Leonard edited this page Aug 5, 2022 · 4 revisions

Installation

Ubuntu 20.04 LTS -> 22 LTS (CPU only):

conda create --name trails python=3.8
conda activate trails
git clone https://github.com/YaleDHLab/trails.git
cd trails
python setup.py install

Ubuntu (CUDA GPU acceleration):

to come.

Clone this wiki locally